Shades of Electric Lime #CEFE1B
Tints of Electric Lime #CEFE1B
RGB
CMYK
RGB Variations
Color information
#CEFE1B (or 0xCEFE1B) is known color: Electric Lime. HEX triplet: CE, FE and 1B. RGB value is (206,254,27). Sum of RGB (Red+Green+Blue) = 206+254+27=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE1B is #3101E4. Grayscale: #D6D6D6. Windows color (decimal): -3211749 or 1834702. OLE color: 1834702.
HSL color Cylindrical-coordinate representation of color #CEFE1B: hue angle of 72.69º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEFE1B is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 27 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.00 |
| HSL | 72.69º | 0.99% | 0.55% | - |
| HSV(B) | 72.69º | 0.89% | 1% | - |
| XYZ | 61.09 | 84.08 | 14.05 | - |
| YUV | 213.77 | 22.6 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 27 | 0.19 | 0 | 0.89 | 0.00 | 72.69 | 0.99 | 0.55 |
| Hex | CE | FE | 1B | 13 | 0 | 59 | 0 | 49 | 63 | 37 |
| Octal | 316 | 376 | 33 | 23 | 0 | 131 | 0 | 111 | 143 | 67 |
| Binary | 11001110 | 11111110 | 11011 | 10011 | 0 | 1011001 | 0 | 1001001 | 1100011 | 110111 |
Color Harmonies of #CEFE1B
Complementary color
Monochromatic Colors of #CEFE1B
Black with #CEFE1B
Text Example
Text Example
White with #CEFE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE1B; }
p { color: rgb(206,254,27); }
H1.HeaderClassName
{
color: #CEFE1B;
}
.AnyTagClassName
{
color: #CEFE1B;
}
</style>
background-color css
<style>
a { background-color: #CEFE1B; }
a { background-color: rgb(206,254,27); }
div.DivClassName
{
background-color: #CEFE1B;
}
.BgClassName
{
background-color: #CEFE1B;
}
</style>
border-color css
<style>
span { border-color: #CEFE1B; }
span { border-color: rgb(206,254,27); }
td.TdClassName
{
border-color: #CEFE1B;
}
.TagClassName
{
border-color: #CEFE1B;
}
</style>