Shades of Electric Lime #CFFA1D
Tints of Electric Lime #CFFA1D
RGB
CMYK
RGB Variations
Color information
#CFFA1D (or 0xCFFA1D) is known color: Electric Lime. HEX triplet: CF, FA and 1D. RGB value is (207,250,29). Sum of RGB (Red+Green+Blue) = 207+250+29=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA1D is #3005E2. Grayscale: #D4D4D4. Windows color (decimal): -3147235 or 1964751. OLE color: 1964751.
HSL color Cylindrical-coordinate representation of color #CFFA1D: hue angle of 71.67º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFFA1D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 29 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.02 |
| HSL | 71.67º | 0.96% | 0.55% | - |
| HSV(B) | 71.67º | 0.88% | 0.98% | - |
| XYZ | 60.14 | 81.73 | 13.77 | - |
| YUV | 211.95 | 24.75 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 29 | 0.17 | 0 | 0.88 | 0.02 | 71.67 | 0.96 | 0.55 |
| Hex | CF | FA | 1D | 11 | 0 | 58 | 2 | 48 | 60 | 37 |
| Octal | 317 | 372 | 35 | 21 | 0 | 130 | 2 | 110 | 140 | 67 |
| Binary | 11001111 | 11111010 | 11101 | 10001 | 0 | 1011000 | 10 | 1001000 | 1100000 | 110111 |
Color Harmonies of #CFFA1D
Complementary color
Monochromatic Colors of #CFFA1D
Black with #CFFA1D
Text Example
Text Example
White with #CFFA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA1D; }
p { color: rgb(207,250,29); }
H1.HeaderClassName
{
color: #CFFA1D;
}
.AnyTagClassName
{
color: #CFFA1D;
}
</style>
background-color css
<style>
a { background-color: #CFFA1D; }
a { background-color: rgb(207,250,29); }
div.DivClassName
{
background-color: #CFFA1D;
}
.BgClassName
{
background-color: #CFFA1D;
}
</style>
border-color css
<style>
span { border-color: #CFFA1D; }
span { border-color: rgb(207,250,29); }
td.TdClassName
{
border-color: #CFFA1D;
}
.TagClassName
{
border-color: #CFFA1D;
}
</style>