Shades of Lime Green #25CB34
Tints of Lime Green #25CB34
RGB
CMYK
RGB Variations
Color information
#25CB34 (or 0x25CB34) is known color: Lime Green. HEX triplet: 25, CB and 34. RGB value is (37,203,52). Sum of RGB (Red+Green+Blue) = 37+203+52=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 203 (79.69% from 255 or 69.52% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CB34 is #DA34CB. Grayscale: #888888. Windows color (decimal): -14300364 or 3459877. OLE color: 3459877.
HSL color Cylindrical-coordinate representation of color #25CB34: hue angle of 125.42º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CB34 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 203 | 52 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.20 |
| HSL | 125.42º | 0.69% | 0.47% | - |
| HSV(B) | 125.42º | 0.82% | 0.8% | - |
| XYZ | 22.74 | 43.35 | 10.42 | - |
| YUV | 136.15 | 80.5 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 52 | 0.82 | 0 | 0.74 | 0.20 | 125.42 | 0.69 | 0.47 |
| Hex | 25 | CB | 34 | 52 | 0 | 4A | 14 | 7D | 45 | 2F |
| Octal | 45 | 313 | 64 | 122 | 0 | 112 | 24 | 175 | 105 | 57 |
| Binary | 100101 | 11001011 | 110100 | 1010010 | 0 | 1001010 | 10100 | 1111101 | 1000101 | 101111 |
Color Harmonies of #25CB34
Complementary color
Monochromatic Colors of #25CB34
Black with #25CB34
Text Example
Text Example
White with #25CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CB34; }
p { color: rgb(37,203,52); }
H1.HeaderClassName
{
color: #25CB34;
}
.AnyTagClassName
{
color: #25CB34;
}
</style>
background-color css
<style>
a { background-color: #25CB34; }
a { background-color: rgb(37,203,52); }
div.DivClassName
{
background-color: #25CB34;
}
.BgClassName
{
background-color: #25CB34;
}
</style>
border-color css
<style>
span { border-color: #25CB34; }
span { border-color: rgb(37,203,52); }
td.TdClassName
{
border-color: #25CB34;
}
.TagClassName
{
border-color: #25CB34;
}
</style>