Shades of Electric Lime #CEFA1D
Tints of Electric Lime #CEFA1D
RGB
CMYK
RGB Variations
Color information
#CEFA1D (or 0xCEFA1D) is known color: Electric Lime. HEX triplet: CE, FA and 1D. RGB value is (206,250,29). Sum of RGB (Red+Green+Blue) = 206+250+29=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA1D is #3105E2. Grayscale: #D4D4D4. Windows color (decimal): -3212771 or 1964750. OLE color: 1964750.
HSL color Cylindrical-coordinate representation of color #CEFA1D: hue angle of 71.95º 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 #CEFA1D is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 29 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.02 |
| HSL | 71.95º | 0.96% | 0.55% | - |
| HSV(B) | 71.95º | 0.88% | 0.98% | - |
| XYZ | 59.86 | 81.58 | 13.75 | - |
| YUV | 211.65 | 24.92 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 29 | 0.18 | 0 | 0.88 | 0.02 | 71.95 | 0.96 | 0.55 |
| Hex | CE | FA | 1D | 12 | 0 | 58 | 2 | 48 | 60 | 37 |
| Octal | 316 | 372 | 35 | 22 | 0 | 130 | 2 | 110 | 140 | 67 |
| Binary | 11001110 | 11111010 | 11101 | 10010 | 0 | 1011000 | 10 | 1001000 | 1100000 | 110111 |
Color Harmonies of #CEFA1D
Complementary color
Monochromatic Colors of #CEFA1D
Black with #CEFA1D
Text Example
Text Example
White with #CEFA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA1D; }
p { color: rgb(206,250,29); }
H1.HeaderClassName
{
color: #CEFA1D;
}
.AnyTagClassName
{
color: #CEFA1D;
}
</style>
background-color css
<style>
a { background-color: #CEFA1D; }
a { background-color: rgb(206,250,29); }
div.DivClassName
{
background-color: #CEFA1D;
}
.BgClassName
{
background-color: #CEFA1D;
}
</style>
border-color css
<style>
span { border-color: #CEFA1D; }
span { border-color: rgb(206,250,29); }
td.TdClassName
{
border-color: #CEFA1D;
}
.TagClassName
{
border-color: #CEFA1D;
}
</style>