Shades of Electric Lime #CFF40C
Tints of Electric Lime #CFF40C
RGB
CMYK
RGB Variations
Color information
#CFF40C (or 0xCFF40C) is known color: Electric Lime. HEX triplet: CF, F4 and 0C. RGB value is (207,244,12). Sum of RGB (Red+Green+Blue) = 207+244+12=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF40C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF40C is #300BF3. Grayscale: #CFCFCF. Windows color (decimal): -3148788 or 849103. OLE color: 849103.
HSL color Cylindrical-coordinate representation of color #CFF40C: hue angle of 69.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF40C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.04 |
| HSL | 69.57º | 0.91% | 0.5% | - |
| HSV(B) | 69.57º | 0.95% | 0.96% | - |
| XYZ | 58.15 | 77.99 | 12.34 | - |
| YUV | 206.49 | 18.24 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 12 | 0.15 | 0 | 0.95 | 0.04 | 69.57 | 0.91 | 0.5 |
| Hex | CF | F4 | C | F | 0 | 5F | 4 | 46 | 5B | 32 |
| Octal | 317 | 364 | 14 | 17 | 0 | 137 | 4 | 106 | 133 | 62 |
| Binary | 11001111 | 11110100 | 1100 | 1111 | 0 | 1011111 | 100 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CFF40C
Complementary color
Monochromatic Colors of #CFF40C
Black with #CFF40C
Text Example
Text Example
White with #CFF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF40C; }
p { color: rgb(207,244,12); }
H1.HeaderClassName
{
color: #CFF40C;
}
.AnyTagClassName
{
color: #CFF40C;
}
</style>
background-color css
<style>
a { background-color: #CFF40C; }
a { background-color: rgb(207,244,12); }
div.DivClassName
{
background-color: #CFF40C;
}
.BgClassName
{
background-color: #CFF40C;
}
</style>
border-color css
<style>
span { border-color: #CFF40C; }
span { border-color: rgb(207,244,12); }
td.TdClassName
{
border-color: #CFF40C;
}
.TagClassName
{
border-color: #CFF40C;
}
</style>