Shades of Lime Green #25CB1C
Tints of Lime Green #25CB1C
RGB
CMYK
RGB Variations
Color information
#25CB1C (or 0x25CB1C) is known color: Lime Green. HEX triplet: 25, CB and 1C. RGB value is (37,203,28). Sum of RGB (Red+Green+Blue) = 37+203+28=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 203 (79.69% from 255 or 75.75% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CB1C is #DA34E3. Grayscale: #858585. Windows color (decimal): -14300388 or 1887013. OLE color: 1887013.
HSL color Cylindrical-coordinate representation of color #25CB1C: hue angle of 116.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25CB1C is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 203 | 28 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.20 |
| HSL | 116.91º | 0.76% | 0.45% | - |
| HSV(B) | 116.91º | 0.86% | 0.8% | - |
| XYZ | 22.33 | 43.19 | 8.26 | - |
| YUV | 133.42 | 68.5 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 28 | 0.82 | 0 | 0.86 | 0.20 | 116.91 | 0.76 | 0.45 |
| Hex | 25 | CB | 1C | 52 | 0 | 56 | 14 | 75 | 4C | 2D |
| Octal | 45 | 313 | 34 | 122 | 0 | 126 | 24 | 165 | 114 | 55 |
| Binary | 100101 | 11001011 | 11100 | 1010010 | 0 | 1010110 | 10100 | 1110101 | 1001100 | 101101 |
Color Harmonies of #25CB1C
Complementary color
Monochromatic Colors of #25CB1C
Black with #25CB1C
Text Example
Text Example
White with #25CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CB1C; }
p { color: rgb(37,203,28); }
H1.HeaderClassName
{
color: #25CB1C;
}
.AnyTagClassName
{
color: #25CB1C;
}
</style>
background-color css
<style>
a { background-color: #25CB1C; }
a { background-color: rgb(37,203,28); }
div.DivClassName
{
background-color: #25CB1C;
}
.BgClassName
{
background-color: #25CB1C;
}
</style>
border-color css
<style>
span { border-color: #25CB1C; }
span { border-color: rgb(37,203,28); }
td.TdClassName
{
border-color: #25CB1C;
}
.TagClassName
{
border-color: #25CB1C;
}
</style>