Shades of Electric Lime #CFFA0C
Tints of Electric Lime #CFFA0C
RGB
CMYK
RGB Variations
Color information
#CFFA0C (or 0xCFFA0C) is known color: Electric Lime. HEX triplet: CF, FA and 0C. RGB value is (207,250,12). Sum of RGB (Red+Green+Blue) = 207+250+12=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFA0C is #3005F3. Grayscale: #D2D2D2. Windows color (decimal): -3147252 or 850639. OLE color: 850639.
HSL color Cylindrical-coordinate representation of color #CFFA0C: hue angle of 70.84º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFFA0C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.02 |
| HSL | 70.84º | 0.96% | 0.51% | - |
| HSV(B) | 70.84º | 0.95% | 0.98% | - |
| XYZ | 59.98 | 81.66 | 12.95 | - |
| YUV | 210.01 | 16.25 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 12 | 0.17 | 0 | 0.95 | 0.02 | 70.84 | 0.96 | 0.51 |
| Hex | CF | FA | C | 11 | 0 | 5F | 2 | 47 | 60 | 33 |
| Octal | 317 | 372 | 14 | 21 | 0 | 137 | 2 | 107 | 140 | 63 |
| Binary | 11001111 | 11111010 | 1100 | 10001 | 0 | 1011111 | 10 | 1000111 | 1100000 | 110011 |
Color Harmonies of #CFFA0C
Complementary color
Monochromatic Colors of #CFFA0C
Black with #CFFA0C
Text Example
Text Example
White with #CFFA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA0C; }
p { color: rgb(207,250,12); }
H1.HeaderClassName
{
color: #CFFA0C;
}
.AnyTagClassName
{
color: #CFFA0C;
}
</style>
background-color css
<style>
a { background-color: #CFFA0C; }
a { background-color: rgb(207,250,12); }
div.DivClassName
{
background-color: #CFFA0C;
}
.BgClassName
{
background-color: #CFFA0C;
}
</style>
border-color css
<style>
span { border-color: #CFFA0C; }
span { border-color: rgb(207,250,12); }
td.TdClassName
{
border-color: #CFFA0C;
}
.TagClassName
{
border-color: #CFFA0C;
}
</style>