#25b840

Color #25B840 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #25B840

Tints of Lime Green #25B840

Color information

#25B840 (or 0x25B840) is unknown color: approx Lime Green. HEX triplet: 25, B8 and 40. RGB value is (37,184,64). Sum of RGB (Red+Green+Blue) = 37+184+64=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 184 (72.27% from 255 or 64.56% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 184 - color contains mainly: green. Hex color #25B840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B840 is #DA47BF. Grayscale: #7E7E7E. Windows color (decimal): -14305216 or 4241445. OLE color: 4241445.

HSL color Cylindrical-coordinate representation of color #25B840: hue angle of 131.02º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B840 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB3718464-
CMYK0.8000.650.28
HSL131.02º66.52%43.33%-
HSV(B)131.02º79.89%72.16%-
XYZ18.8335.0410.62-
YUV126.3792.864.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 12.98%
GREEN value IS 184 (72.27% from 255) = 64.56%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=12.98%
G=64.56%
B=22.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal37184640.8000.650.28131.0266.5243.33
Hex25B840500411C83432b
Octal4527010012001013420310353
Binary10010110111000100000010100000100000111100100000111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25b840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25b840; }

 p { color: rgb(37,184,64); }

 H1.HeaderClassName
 {
   color: #25b840;
 }
 .AnyTagClassName
 {
   color: #25b840;
 }
</style>
background-color css

<style>
 a { background-color: #25b840; }

 a { background-color: rgb(37,184,64); }

 div.DivClassName
 {
   background-color: #25b840;
 }
 .BgClassName
 {
   background-color: #25b840;
 }
</style>
border-color css

<style>
 span { border-color: #25b840; }

 span { border-color: rgb(37,184,64); }

 td.TdClassName
 {
   border-color: #25b840;
 }
 .TagClassName
 {
   border-color: #25b840;
 }
</style>