Shades of Electric Lime #CFFA0A
Tints of Electric Lime #CFFA0A
RGB
CMYK
RGB Variations
Color information
#CFFA0A (or 0xCFFA0A) is known color: Electric Lime. HEX triplet: CF, FA and 0A. RGB value is (207,250,10). Sum of RGB (Red+Green+Blue) = 207+250+10=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFA0A is #3005F5. Grayscale: #D2D2D2. Windows color (decimal): -3147254 or 719567. OLE color: 719567.
HSL color Cylindrical-coordinate representation of color #CFFA0A: hue angle of 70.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFFA0A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 10 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.02 |
| HSL | 70.75º | 0.96% | 0.51% | - |
| HSV(B) | 70.75º | 0.96% | 0.98% | - |
| XYZ | 59.97 | 81.66 | 12.89 | - |
| YUV | 209.78 | 15.25 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 10 | 0.17 | 0 | 0.96 | 0.02 | 70.75 | 0.96 | 0.51 |
| Hex | CF | FA | A | 11 | 0 | 60 | 2 | 47 | 60 | 33 |
| Octal | 317 | 372 | 12 | 21 | 0 | 140 | 2 | 107 | 140 | 63 |
| Binary | 11001111 | 11111010 | 1010 | 10001 | 0 | 1100000 | 10 | 1000111 | 1100000 | 110011 |
Color Harmonies of #CFFA0A
Complementary color
Monochromatic Colors of #CFFA0A
Black with #CFFA0A
Text Example
Text Example
White with #CFFA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA0A; }
p { color: rgb(207,250,10); }
H1.HeaderClassName
{
color: #CFFA0A;
}
.AnyTagClassName
{
color: #CFFA0A;
}
</style>
background-color css
<style>
a { background-color: #CFFA0A; }
a { background-color: rgb(207,250,10); }
div.DivClassName
{
background-color: #CFFA0A;
}
.BgClassName
{
background-color: #CFFA0A;
}
</style>
border-color css
<style>
span { border-color: #CFFA0A; }
span { border-color: rgb(207,250,10); }
td.TdClassName
{
border-color: #CFFA0A;
}
.TagClassName
{
border-color: #CFFA0A;
}
</style>