Shades of Lime Green #25CC41
Tints of Lime Green #25CC41
RGB
CMYK
RGB Variations
Color information
#25CC41 (or 0x25CC41) is known color: Lime Green. HEX triplet: 25, CC and 41. RGB value is (37,204,65). Sum of RGB (Red+Green+Blue) = 37+204+65=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 204 (80.08% from 255 or 66.67% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC41 is #DA33BE. Grayscale: #8A8A8A. Windows color (decimal): -14300095 or 4312101. OLE color: 4312101.
HSL color Cylindrical-coordinate representation of color #25CC41: hue angle of 130.06º 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 #25CC41 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 204 | 65 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.2 |
| HSL | 130.06º | 0.69% | 0.47% | - |
| HSV(B) | 130.06º | 0.82% | 0.8% | - |
| XYZ | 23.31 | 43.96 | 12.26 | - |
| YUV | 138.22 | 86.67 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 65 | 0.82 | 0 | 0.68 | 0.2 | 130.06 | 0.69 | 0.47 |
| Hex | 25 | CC | 41 | 52 | 0 | 44 | 14 | 82 | 45 | 2F |
| Octal | 45 | 314 | 101 | 122 | 0 | 104 | 24 | 202 | 105 | 57 |
| Binary | 100101 | 11001100 | 1000001 | 1010010 | 0 | 1000100 | 10100 | 10000010 | 1000101 | 101111 |
Color Harmonies of #25CC41
Complementary color
Monochromatic Colors of #25CC41
Black with #25CC41
Text Example
Text Example
White with #25CC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CC41; }
p { color: rgb(37,204,65); }
H1.HeaderClassName
{
color: #25CC41;
}
.AnyTagClassName
{
color: #25CC41;
}
</style>
background-color css
<style>
a { background-color: #25CC41; }
a { background-color: rgb(37,204,65); }
div.DivClassName
{
background-color: #25CC41;
}
.BgClassName
{
background-color: #25CC41;
}
</style>
border-color css
<style>
span { border-color: #25CC41; }
span { border-color: rgb(37,204,65); }
td.TdClassName
{
border-color: #25CC41;
}
.TagClassName
{
border-color: #25CC41;
}
</style>