Shades of Electric Lime #CFF20C
Tints of Electric Lime #CFF20C
RGB
CMYK
RGB Variations
Color information
#CFF20C (or 0xCFF20C) is known color: Electric Lime. HEX triplet: CF, F2 and 0C. RGB value is (207,242,12). Sum of RGB (Red+Green+Blue) = 207+242+12=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF20C is #300DF3. Grayscale: #CECECE. Windows color (decimal): -3149300 or 848591. OLE color: 848591.
HSL color Cylindrical-coordinate representation of color #CFF20C: hue angle of 69.13º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF20C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.05 |
| HSL | 69.13º | 0.91% | 0.5% | - |
| HSV(B) | 69.13º | 0.95% | 0.95% | - |
| XYZ | 57.55 | 76.8 | 12.14 | - |
| YUV | 205.32 | 18.9 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 12 | 0.14 | 0 | 0.95 | 0.05 | 69.13 | 0.91 | 0.5 |
| Hex | CF | F2 | C | E | 0 | 5F | 5 | 45 | 5B | 32 |
| Octal | 317 | 362 | 14 | 16 | 0 | 137 | 5 | 105 | 133 | 62 |
| Binary | 11001111 | 11110010 | 1100 | 1110 | 0 | 1011111 | 101 | 1000101 | 1011011 | 110010 |
Color Harmonies of #CFF20C
Complementary color
Monochromatic Colors of #CFF20C
Black with #CFF20C
Text Example
Text Example
White with #CFF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF20C; }
p { color: rgb(207,242,12); }
H1.HeaderClassName
{
color: #CFF20C;
}
.AnyTagClassName
{
color: #CFF20C;
}
</style>
background-color css
<style>
a { background-color: #CFF20C; }
a { background-color: rgb(207,242,12); }
div.DivClassName
{
background-color: #CFF20C;
}
.BgClassName
{
background-color: #CFF20C;
}
</style>
border-color css
<style>
span { border-color: #CFF20C; }
span { border-color: rgb(207,242,12); }
td.TdClassName
{
border-color: #CFF20C;
}
.TagClassName
{
border-color: #CFF20C;
}
</style>