#25B52C

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

Shades of Lime Green #25B52C

Tints of Lime Green #25B52C

Color information

#25B52C (or 0x25B52C) is unknown color: approx Lime Green. HEX triplet: 25, B5 and 2C. RGB value is (37,181,44). Sum of RGB (Red+Green+Blue) = 37+181+44=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 181 (71.09% from 255 or 69.08% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 181 - color contains mainly: green. Hex color #25B52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B52C is #DA4AD3. Grayscale: #7A7A7A. Windows color (decimal): -14306004 or 2929957. OLE color: 2929957.

HSL color Cylindrical-coordinate representation of color #25B52C: hue angle of 122.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B52C is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB3718144-
CMYK0.8000.760.29
HSL122.92º66.06%42.75%-
HSV(B)122.92º79.56%70.98%-
XYZ17.7433.627.94-
YUV122.3383.7967.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.12%
GREEN value IS 181 (71.09% from 255) = 69.08%
BLUE value IS 44 (17.58% from 255) = 16.79%
R=14.12%
G=69.08%
B=16.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37181440.8000.760.29122.9266.0642.75
Hex25B52C5004C1D7b422b
Octal452655412001143517310253
Binary100101101101011011001010000010011001110111110111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,181,44); }

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

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

 a { background-color: rgb(37,181,44); }

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

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

 span { border-color: rgb(37,181,44); }

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