Shades of Lime Green #24CF1C
Tints of Lime Green #24CF1C
RGB
CMYK
RGB Variations
Color information
#24CF1C (or 0x24CF1C) is known color: Lime Green. HEX triplet: 24, CF and 1C. RGB value is (36,207,28). Sum of RGB (Red+Green+Blue) = 36+207+28=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #24CF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24CF1C is #DB30E3. Grayscale: #888888. Windows color (decimal): -14364900 or 1888036. OLE color: 1888036.
HSL color Cylindrical-coordinate representation of color #24CF1C: hue angle of 117.32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24CF1C is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 207 | 28 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.19 |
| HSL | 117.32º | 0.76% | 0.46% | - |
| HSV(B) | 117.32º | 0.86% | 0.81% | - |
| XYZ | 23.25 | 45.08 | 8.58 | - |
| YUV | 135.47 | 67.35 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 28 | 0.83 | 0 | 0.86 | 0.19 | 117.32 | 0.76 | 0.46 |
| Hex | 24 | CF | 1C | 53 | 0 | 56 | 13 | 75 | 4C | 2E |
| Octal | 44 | 317 | 34 | 123 | 0 | 126 | 23 | 165 | 114 | 56 |
| Binary | 100100 | 11001111 | 11100 | 1010011 | 0 | 1010110 | 10011 | 1110101 | 1001100 | 101110 |
Color Harmonies of #24CF1C
Complementary color
Monochromatic Colors of #24CF1C
Black with #24CF1C
Text Example
Text Example
White with #24CF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CF1C; }
p { color: rgb(36,207,28); }
H1.HeaderClassName
{
color: #24CF1C;
}
.AnyTagClassName
{
color: #24CF1C;
}
</style>
background-color css
<style>
a { background-color: #24CF1C; }
a { background-color: rgb(36,207,28); }
div.DivClassName
{
background-color: #24CF1C;
}
.BgClassName
{
background-color: #24CF1C;
}
</style>
border-color css
<style>
span { border-color: #24CF1C; }
span { border-color: rgb(36,207,28); }
td.TdClassName
{
border-color: #24CF1C;
}
.TagClassName
{
border-color: #24CF1C;
}
</style>