Shades of Electric Lime #CFFC1A
Tints of Electric Lime #CFFC1A
RGB
CMYK
RGB Variations
Color information
#CFFC1A (or 0xCFFC1A) is known color: Electric Lime. HEX triplet: CF, FC and 1A. RGB value is (207,252,26). Sum of RGB (Red+Green+Blue) = 207+252+26=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC1A is #3003E5. Grayscale: #D5D5D5. Windows color (decimal): -3146726 or 1768655. OLE color: 1768655.
HSL color Cylindrical-coordinate representation of color #CFFC1A: hue angle of 71.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFFC1A is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 26 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.01 |
| HSL | 71.95º | 0.97% | 0.55% | - |
| HSV(B) | 71.95º | 0.9% | 0.99% | - |
| XYZ | 60.73 | 82.96 | 13.79 | - |
| YUV | 212.78 | 22.59 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 26 | 0.18 | 0 | 0.90 | 0.01 | 71.95 | 0.97 | 0.55 |
| Hex | CF | FC | 1A | 12 | 0 | 5A | 1 | 48 | 61 | 37 |
| Octal | 317 | 374 | 32 | 22 | 0 | 132 | 1 | 110 | 141 | 67 |
| Binary | 11001111 | 11111100 | 11010 | 10010 | 0 | 1011010 | 1 | 1001000 | 1100001 | 110111 |
Color Harmonies of #CFFC1A
Complementary color
Monochromatic Colors of #CFFC1A
Black with #CFFC1A
Text Example
Text Example
White with #CFFC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC1A; }
p { color: rgb(207,252,26); }
H1.HeaderClassName
{
color: #CFFC1A;
}
.AnyTagClassName
{
color: #CFFC1A;
}
</style>
background-color css
<style>
a { background-color: #CFFC1A; }
a { background-color: rgb(207,252,26); }
div.DivClassName
{
background-color: #CFFC1A;
}
.BgClassName
{
background-color: #CFFC1A;
}
</style>
border-color css
<style>
span { border-color: #CFFC1A; }
span { border-color: rgb(207,252,26); }
td.TdClassName
{
border-color: #CFFC1A;
}
.TagClassName
{
border-color: #CFFC1A;
}
</style>