Shades of Lime Green #25CC43
Tints of Lime Green #25CC43
RGB
CMYK
RGB Variations
Color information
#25CC43 (or 0x25CC43) is known color: Lime Green. HEX triplet: 25, CC and 43. RGB value is (37,204,67). Sum of RGB (Red+Green+Blue) = 37+204+67=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC43 is #DA33BC. Grayscale: #8A8A8A. Windows color (decimal): -14300093 or 4443173. OLE color: 4443173.
HSL color Cylindrical-coordinate representation of color #25CC43: hue angle of 130.78º 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 #25CC43 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 204 | 67 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.2 |
| HSL | 130.78º | 0.69% | 0.47% | - |
| HSV(B) | 130.78º | 0.82% | 0.8% | - |
| XYZ | 23.37 | 43.98 | 12.57 | - |
| YUV | 138.45 | 87.67 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 67 | 0.82 | 0 | 0.67 | 0.2 | 130.78 | 0.69 | 0.47 |
| Hex | 25 | CC | 43 | 52 | 0 | 43 | 14 | 83 | 45 | 2F |
| Octal | 45 | 314 | 103 | 122 | 0 | 103 | 24 | 203 | 105 | 57 |
| Binary | 100101 | 11001100 | 1000011 | 1010010 | 0 | 1000011 | 10100 | 10000011 | 1000101 | 101111 |
Color Harmonies of #25CC43
Complementary color
Monochromatic Colors of #25CC43
Black with #25CC43
Text Example
Text Example
White with #25CC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CC43; }
p { color: rgb(37,204,67); }
H1.HeaderClassName
{
color: #25CC43;
}
.AnyTagClassName
{
color: #25CC43;
}
</style>
background-color css
<style>
a { background-color: #25CC43; }
a { background-color: rgb(37,204,67); }
div.DivClassName
{
background-color: #25CC43;
}
.BgClassName
{
background-color: #25CC43;
}
</style>
border-color css
<style>
span { border-color: #25CC43; }
span { border-color: rgb(37,204,67); }
td.TdClassName
{
border-color: #25CC43;
}
.TagClassName
{
border-color: #25CC43;
}
</style>