Shades of Electric Lime #CEFA0B
Tints of Electric Lime #CEFA0B
RGB
CMYK
RGB Variations
Color information
#CEFA0B (or 0xCEFA0B) is known color: Electric Lime. HEX triplet: CE, FA and 0B. RGB value is (206,250,11). Sum of RGB (Red+Green+Blue) = 206+250+11=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA0B is #3105F4. Grayscale: #D2D2D2. Windows color (decimal): -3212789 or 785102. OLE color: 785102.
HSL color Cylindrical-coordinate representation of color #CEFA0B: hue angle of 71.05º 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 #CEFA0B is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 11 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.02 |
| HSL | 71.05º | 0.96% | 0.51% | - |
| HSV(B) | 71.05º | 0.96% | 0.98% | - |
| XYZ | 59.7 | 81.52 | 12.9 | - |
| YUV | 209.6 | 15.92 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 11 | 0.18 | 0 | 0.96 | 0.02 | 71.05 | 0.96 | 0.51 |
| Hex | CE | FA | B | 12 | 0 | 60 | 2 | 47 | 60 | 33 |
| Octal | 316 | 372 | 13 | 22 | 0 | 140 | 2 | 107 | 140 | 63 |
| Binary | 11001110 | 11111010 | 1011 | 10010 | 0 | 1100000 | 10 | 1000111 | 1100000 | 110011 |
Color Harmonies of #CEFA0B
Complementary color
Monochromatic Colors of #CEFA0B
Black with #CEFA0B
Text Example
Text Example
White with #CEFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA0B; }
p { color: rgb(206,250,11); }
H1.HeaderClassName
{
color: #CEFA0B;
}
.AnyTagClassName
{
color: #CEFA0B;
}
</style>
background-color css
<style>
a { background-color: #CEFA0B; }
a { background-color: rgb(206,250,11); }
div.DivClassName
{
background-color: #CEFA0B;
}
.BgClassName
{
background-color: #CEFA0B;
}
</style>
border-color css
<style>
span { border-color: #CEFA0B; }
span { border-color: rgb(206,250,11); }
td.TdClassName
{
border-color: #CEFA0B;
}
.TagClassName
{
border-color: #CEFA0B;
}
</style>