Shades of Electric Lime #CFFA1C
Tints of Electric Lime #CFFA1C
RGB
CMYK
RGB Variations
Color information
#CFFA1C (or 0xCFFA1C) is known color: Electric Lime. HEX triplet: CF, FA and 1C. RGB value is (207,250,28). Sum of RGB (Red+Green+Blue) = 207+250+28=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA1C is #3005E3. Grayscale: #D4D4D4. Windows color (decimal): -3147236 or 1899215. OLE color: 1899215.
HSL color Cylindrical-coordinate representation of color #CFFA1C: hue angle of 71.62º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFFA1C is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 28 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.02 |
| HSL | 71.62º | 0.96% | 0.55% | - |
| HSV(B) | 71.62º | 0.89% | 0.98% | - |
| XYZ | 60.13 | 81.72 | 13.7 | - |
| YUV | 211.84 | 24.25 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 28 | 0.17 | 0 | 0.89 | 0.02 | 71.62 | 0.96 | 0.55 |
| Hex | CF | FA | 1C | 11 | 0 | 59 | 2 | 48 | 60 | 37 |
| Octal | 317 | 372 | 34 | 21 | 0 | 131 | 2 | 110 | 140 | 67 |
| Binary | 11001111 | 11111010 | 11100 | 10001 | 0 | 1011001 | 10 | 1001000 | 1100000 | 110111 |
Color Harmonies of #CFFA1C
Complementary color
Monochromatic Colors of #CFFA1C
Black with #CFFA1C
Text Example
Text Example
White with #CFFA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA1C; }
p { color: rgb(207,250,28); }
H1.HeaderClassName
{
color: #CFFA1C;
}
.AnyTagClassName
{
color: #CFFA1C;
}
</style>
background-color css
<style>
a { background-color: #CFFA1C; }
a { background-color: rgb(207,250,28); }
div.DivClassName
{
background-color: #CFFA1C;
}
.BgClassName
{
background-color: #CFFA1C;
}
</style>
border-color css
<style>
span { border-color: #CFFA1C; }
span { border-color: rgb(207,250,28); }
td.TdClassName
{
border-color: #CFFA1C;
}
.TagClassName
{
border-color: #CFFA1C;
}
</style>