Shades of Lime Green #24CC2D
Tints of Lime Green #24CC2D
RGB
CMYK
RGB Variations
Color information
#24CC2D (or 0x24CC2D) is known color: Lime Green. HEX triplet: 24, CC and 2D. RGB value is (36,204,45). Sum of RGB (Red+Green+Blue) = 36+204+45=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #24CC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24CC2D is #DB33D2. Grayscale: #888888. Windows color (decimal): -14365651 or 3001380. OLE color: 3001380.
HSL color Cylindrical-coordinate representation of color #24CC2D: hue angle of 123.21º degrees, saturation: 0.7, 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 #24CC2D is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 204 | 45 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.2 |
| HSL | 123.21º | 0.7% | 0.47% | - |
| HSV(B) | 123.21º | 0.82% | 0.8% | - |
| XYZ | 22.79 | 43.75 | 9.73 | - |
| YUV | 135.64 | 76.84 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 204 | 45 | 0.82 | 0 | 0.78 | 0.2 | 123.21 | 0.7 | 0.47 |
| Hex | 24 | CC | 2D | 52 | 0 | 4E | 14 | 7B | 46 | 2F |
| Octal | 44 | 314 | 55 | 122 | 0 | 116 | 24 | 173 | 106 | 57 |
| Binary | 100100 | 11001100 | 101101 | 1010010 | 0 | 1001110 | 10100 | 1111011 | 1000110 | 101111 |
Color Harmonies of #24CC2D
Complementary color
Monochromatic Colors of #24CC2D
Black with #24CC2D
Text Example
Text Example
White with #24CC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CC2D; }
p { color: rgb(36,204,45); }
H1.HeaderClassName
{
color: #24CC2D;
}
.AnyTagClassName
{
color: #24CC2D;
}
</style>
background-color css
<style>
a { background-color: #24CC2D; }
a { background-color: rgb(36,204,45); }
div.DivClassName
{
background-color: #24CC2D;
}
.BgClassName
{
background-color: #24CC2D;
}
</style>
border-color css
<style>
span { border-color: #24CC2D; }
span { border-color: rgb(36,204,45); }
td.TdClassName
{
border-color: #24CC2D;
}
.TagClassName
{
border-color: #24CC2D;
}
</style>