Shades of Electric Lime #CEFA0C
Tints of Electric Lime #CEFA0C
RGB
CMYK
RGB Variations
Color information
#CEFA0C (or 0xCEFA0C) is known color: Electric Lime. HEX triplet: CE, FA and 0C. RGB value is (206,250,12). Sum of RGB (Red+Green+Blue) = 206+250+12=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA0C is #3105F3. Grayscale: #D2D2D2. Windows color (decimal): -3212788 or 850638. OLE color: 850638.
HSL color Cylindrical-coordinate representation of color #CEFA0C: hue angle of 71.09º 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 #CEFA0C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 12 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.02 |
| HSL | 71.09º | 0.96% | 0.51% | - |
| HSV(B) | 71.09º | 0.95% | 0.98% | - |
| XYZ | 59.71 | 81.52 | 12.94 | - |
| YUV | 209.71 | 16.42 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 12 | 0.18 | 0 | 0.95 | 0.02 | 71.09 | 0.96 | 0.51 |
| Hex | CE | FA | C | 12 | 0 | 5F | 2 | 47 | 60 | 33 |
| Octal | 316 | 372 | 14 | 22 | 0 | 137 | 2 | 107 | 140 | 63 |
| Binary | 11001110 | 11111010 | 1100 | 10010 | 0 | 1011111 | 10 | 1000111 | 1100000 | 110011 |
Color Harmonies of #CEFA0C
Complementary color
Monochromatic Colors of #CEFA0C
Black with #CEFA0C
Text Example
Text Example
White with #CEFA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA0C; }
p { color: rgb(206,250,12); }
H1.HeaderClassName
{
color: #CEFA0C;
}
.AnyTagClassName
{
color: #CEFA0C;
}
</style>
background-color css
<style>
a { background-color: #CEFA0C; }
a { background-color: rgb(206,250,12); }
div.DivClassName
{
background-color: #CEFA0C;
}
.BgClassName
{
background-color: #CEFA0C;
}
</style>
border-color css
<style>
span { border-color: #CEFA0C; }
span { border-color: rgb(206,250,12); }
td.TdClassName
{
border-color: #CEFA0C;
}
.TagClassName
{
border-color: #CEFA0C;
}
</style>