Shades of Lime Green #25CC30
Tints of Lime Green #25CC30
RGB
CMYK
RGB Variations
Color information
#25CC30 (or 0x25CC30) is known color: Lime Green. HEX triplet: 25, CC and 30. RGB value is (37,204,48). Sum of RGB (Red+Green+Blue) = 37+204+48=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 204 (80.08% from 255 or 70.59% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC30 is #DA33CF. Grayscale: #888888. Windows color (decimal): -14300112 or 3197989. OLE color: 3197989.
HSL color Cylindrical-coordinate representation of color #25CC30: hue angle of 123.95º 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 #25CC30 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 204 | 48 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.2 |
| HSL | 123.95º | 0.69% | 0.47% | - |
| HSV(B) | 123.95º | 0.82% | 0.8% | - |
| XYZ | 22.89 | 43.79 | 10.04 | - |
| YUV | 136.28 | 78.17 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 48 | 0.82 | 0 | 0.76 | 0.2 | 123.95 | 0.69 | 0.47 |
| Hex | 25 | CC | 30 | 52 | 0 | 4C | 14 | 7C | 45 | 2F |
| Octal | 45 | 314 | 60 | 122 | 0 | 114 | 24 | 174 | 105 | 57 |
| Binary | 100101 | 11001100 | 110000 | 1010010 | 0 | 1001100 | 10100 | 1111100 | 1000101 | 101111 |
Color Harmonies of #25CC30
Complementary color
Monochromatic Colors of #25CC30
Black with #25CC30
Text Example
Text Example
White with #25CC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CC30; }
p { color: rgb(37,204,48); }
H1.HeaderClassName
{
color: #25CC30;
}
.AnyTagClassName
{
color: #25CC30;
}
</style>
background-color css
<style>
a { background-color: #25CC30; }
a { background-color: rgb(37,204,48); }
div.DivClassName
{
background-color: #25CC30;
}
.BgClassName
{
background-color: #25CC30;
}
</style>
border-color css
<style>
span { border-color: #25CC30; }
span { border-color: rgb(37,204,48); }
td.TdClassName
{
border-color: #25CC30;
}
.TagClassName
{
border-color: #25CC30;
}
</style>