Shades of Lime Green #25CB0C
Tints of Lime Green #25CB0C
RGB
CMYK
RGB Variations
Color information
#25CB0C (or 0x25CB0C) is known color: Lime Green. HEX triplet: 25, CB and 0C. RGB value is (37,203,12). Sum of RGB (Red+Green+Blue) = 37+203+12=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 203 (79.69% from 255 or 80.56% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CB0C is #DA34F3. Grayscale: #848484. Windows color (decimal): -14300404 or 838437. OLE color: 838437.
HSL color Cylindrical-coordinate representation of color #25CB0C: hue angle of 112.15º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25CB0C is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 203 | 12 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.20 |
| HSL | 112.15º | 0.89% | 0.42% | - |
| HSV(B) | 112.15º | 0.94% | 0.8% | - |
| XYZ | 22.19 | 43.13 | 7.5 | - |
| YUV | 131.59 | 60.5 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 12 | 0.82 | 0 | 0.94 | 0.20 | 112.15 | 0.89 | 0.42 |
| Hex | 25 | CB | C | 52 | 0 | 5E | 14 | 70 | 59 | 2A |
| Octal | 45 | 313 | 14 | 122 | 0 | 136 | 24 | 160 | 131 | 52 |
| Binary | 100101 | 11001011 | 1100 | 1010010 | 0 | 1011110 | 10100 | 1110000 | 1011001 | 101010 |
Color Harmonies of #25CB0C
Complementary color
Monochromatic Colors of #25CB0C
Black with #25CB0C
Text Example
Text Example
White with #25CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CB0C; }
p { color: rgb(37,203,12); }
H1.HeaderClassName
{
color: #25CB0C;
}
.AnyTagClassName
{
color: #25CB0C;
}
</style>
background-color css
<style>
a { background-color: #25CB0C; }
a { background-color: rgb(37,203,12); }
div.DivClassName
{
background-color: #25CB0C;
}
.BgClassName
{
background-color: #25CB0C;
}
</style>
border-color css
<style>
span { border-color: #25CB0C; }
span { border-color: rgb(37,203,12); }
td.TdClassName
{
border-color: #25CB0C;
}
.TagClassName
{
border-color: #25CB0C;
}
</style>