#25B827

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

Shades of Lime Green #25B827

Tints of Lime Green #25B827

Color information

#25B827 (or 0x25B827) is unknown color: approx Lime Green. HEX triplet: 25, B8 and 27. RGB value is (37,184,39). Sum of RGB (Red+Green+Blue) = 37+184+39=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 184 (72.27% from 255 or 70.77% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 184 - color contains mainly: green. Hex color #25B827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B827 is #DA47D8. Grayscale: #7B7B7B. Windows color (decimal): -14305241 or 2603045. OLE color: 2603045.

HSL color Cylindrical-coordinate representation of color #25B827: hue angle of 120.82º 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 #25B827 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB3718439-
CMYK0.8000.790.28
HSL120.82º66.52%43.33%-
HSV(B)120.82º79.89%72.16%-
XYZ18.2734.827.68-
YUV123.5280.366.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 184 (72.27% from 255) = 70.77%
BLUE value IS 39 (15.62% from 255) = 15%
R=14.23%
G=70.77%
B=15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal37184390.8000.790.28120.8266.5243.33
Hex25B8275004F1C79432b
Octal452704712001173417110353
Binary100101101110001001111010000010011111110011110011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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