Shades of Electric Lime #CFFD18
Tints of Electric Lime #CFFD18
RGB
CMYK
RGB Variations
Color information
#CFFD18 (or 0xCFFD18) is known color: Electric Lime. HEX triplet: CF, FD and 18. RGB value is (207,253,24). Sum of RGB (Red+Green+Blue) = 207+253+24=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 24 (9.77% from 255 or 4.96% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD18 is #3002E7. Grayscale: #D6D6D6. Windows color (decimal): -3146472 or 1637839. OLE color: 1637839.
HSL color Cylindrical-coordinate representation of color #CFFD18: hue angle of 72.05º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFFD18 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 24 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.01 |
| HSL | 72.05º | 0.98% | 0.54% | - |
| HSV(B) | 72.05º | 0.91% | 0.99% | - |
| XYZ | 61.02 | 83.58 | 13.78 | - |
| YUV | 213.14 | 21.26 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 24 | 0.18 | 0 | 0.91 | 0.01 | 72.05 | 0.98 | 0.54 |
| Hex | CF | FD | 18 | 12 | 0 | 5B | 1 | 48 | 62 | 36 |
| Octal | 317 | 375 | 30 | 22 | 0 | 133 | 1 | 110 | 142 | 66 |
| Binary | 11001111 | 11111101 | 11000 | 10010 | 0 | 1011011 | 1 | 1001000 | 1100010 | 110110 |
Color Harmonies of #CFFD18
Complementary color
Monochromatic Colors of #CFFD18
Black with #CFFD18
Text Example
Text Example
White with #CFFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD18; }
p { color: rgb(207,253,24); }
H1.HeaderClassName
{
color: #CFFD18;
}
.AnyTagClassName
{
color: #CFFD18;
}
</style>
background-color css
<style>
a { background-color: #CFFD18; }
a { background-color: rgb(207,253,24); }
div.DivClassName
{
background-color: #CFFD18;
}
.BgClassName
{
background-color: #CFFD18;
}
</style>
border-color css
<style>
span { border-color: #CFFD18; }
span { border-color: rgb(207,253,24); }
td.TdClassName
{
border-color: #CFFD18;
}
.TagClassName
{
border-color: #CFFD18;
}
</style>