Shades of Electric Lime #CEFE1F
Tints of Electric Lime #CEFE1F
RGB
CMYK
RGB Variations
Color information
#CEFE1F (or 0xCEFE1F) is known color: Electric Lime. HEX triplet: CE, FE and 1F. RGB value is (206,254,31). Sum of RGB (Red+Green+Blue) = 206+254+31=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 31 (12.5% from 255 or 6.31% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE1F is #3101E0. Grayscale: #D7D7D7. Windows color (decimal): -3211745 or 2096846. OLE color: 2096846.
HSL color Cylindrical-coordinate representation of color #CEFE1F: hue angle of 72.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEFE1F is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 31 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.00 |
| HSL | 72.91º | 0.99% | 0.56% | - |
| HSV(B) | 72.91º | 0.88% | 1% | - |
| XYZ | 61.14 | 84.1 | 14.31 | - |
| YUV | 214.23 | 24.6 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 31 | 0.19 | 0 | 0.88 | 0.00 | 72.91 | 0.99 | 0.56 |
| Hex | CE | FE | 1F | 13 | 0 | 58 | 0 | 49 | 63 | 38 |
| Octal | 316 | 376 | 37 | 23 | 0 | 130 | 0 | 111 | 143 | 70 |
| Binary | 11001110 | 11111110 | 11111 | 10011 | 0 | 1011000 | 0 | 1001001 | 1100011 | 111000 |
Color Harmonies of #CEFE1F
Complementary color
Monochromatic Colors of #CEFE1F
Black with #CEFE1F
Text Example
Text Example
White with #CEFE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE1F; }
p { color: rgb(206,254,31); }
H1.HeaderClassName
{
color: #CEFE1F;
}
.AnyTagClassName
{
color: #CEFE1F;
}
</style>
background-color css
<style>
a { background-color: #CEFE1F; }
a { background-color: rgb(206,254,31); }
div.DivClassName
{
background-color: #CEFE1F;
}
.BgClassName
{
background-color: #CEFE1F;
}
</style>
border-color css
<style>
span { border-color: #CEFE1F; }
span { border-color: rgb(206,254,31); }
td.TdClassName
{
border-color: #CEFE1F;
}
.TagClassName
{
border-color: #CEFE1F;
}
</style>