Shades of Lime Green #25CB48
Tints of Lime Green #25CB48
RGB
CMYK
RGB Variations
Color information
#25CB48 (or 0x25CB48) is known color: Lime Green. HEX triplet: 25, CB and 48. RGB value is (37,203,72). Sum of RGB (Red+Green+Blue) = 37+203+72=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 203 (79.69% from 255 or 65.06% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CB48 is #DA34B7. Grayscale: #8A8A8A. Windows color (decimal): -14300344 or 4770597. OLE color: 4770597.
HSL color Cylindrical-coordinate representation of color #25CB48: hue angle of 132.65º 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 #25CB48 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 203 | 72 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.20 |
| HSL | 132.65º | 0.69% | 0.47% | - |
| HSV(B) | 132.65º | 0.82% | 0.8% | - |
| XYZ | 23.29 | 43.57 | 13.31 | - |
| YUV | 138.43 | 90.5 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 72 | 0.82 | 0 | 0.65 | 0.20 | 132.65 | 0.69 | 0.47 |
| Hex | 25 | CB | 48 | 52 | 0 | 41 | 14 | 85 | 45 | 2F |
| Octal | 45 | 313 | 110 | 122 | 0 | 101 | 24 | 205 | 105 | 57 |
| Binary | 100101 | 11001011 | 1001000 | 1010010 | 0 | 1000001 | 10100 | 10000101 | 1000101 | 101111 |
Color Harmonies of #25CB48
Complementary color
Monochromatic Colors of #25CB48
Black with #25CB48
Text Example
Text Example
White with #25CB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CB48; }
p { color: rgb(37,203,72); }
H1.HeaderClassName
{
color: #25CB48;
}
.AnyTagClassName
{
color: #25CB48;
}
</style>
background-color css
<style>
a { background-color: #25CB48; }
a { background-color: rgb(37,203,72); }
div.DivClassName
{
background-color: #25CB48;
}
.BgClassName
{
background-color: #25CB48;
}
</style>
border-color css
<style>
span { border-color: #25CB48; }
span { border-color: rgb(37,203,72); }
td.TdClassName
{
border-color: #25CB48;
}
.TagClassName
{
border-color: #25CB48;
}
</style>