Shades of Electric Lime #CEFF22
Tints of Electric Lime #CEFF22
RGB
CMYK
RGB Variations
Color information
#CEFF22 (or 0xCEFF22) is known color: Electric Lime. HEX triplet: CE, FF and 22. RGB value is (206,255,34). Sum of RGB (Red+Green+Blue) = 206+255+34=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 34 (13.67% from 255 or 6.87% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF22 is #3100DD. Grayscale: #D7D7D7. Windows color (decimal): -3211486 or 2293710. OLE color: 2293710.
HSL color Cylindrical-coordinate representation of color #CEFF22: hue angle of 73.3º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEFF22 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 34 | - |
| CMYK | 0.19 | 0 | 0.87 | 0 |
| HSL | 73.3º | 1% | 0.57% | - |
| HSV(B) | 73.3º | 0.87% | 1% | - |
| XYZ | 61.5 | 84.76 | 14.63 | - |
| YUV | 215.16 | 25.77 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 34 | 0.19 | 0 | 0.87 | 0 | 73.3 | 1 | 0.57 |
| Hex | CE | FF | 22 | 13 | 0 | 57 | 0 | 49 | 64 | 39 |
| Octal | 316 | 377 | 42 | 23 | 0 | 127 | 0 | 111 | 144 | 71 |
| Binary | 11001110 | 11111111 | 100010 | 10011 | 0 | 1010111 | 0 | 1001001 | 1100100 | 111001 |
Color Harmonies of #CEFF22
Complementary color
Monochromatic Colors of #CEFF22
Black with #CEFF22
Text Example
Text Example
White with #CEFF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF22; }
p { color: rgb(206,255,34); }
H1.HeaderClassName
{
color: #CEFF22;
}
.AnyTagClassName
{
color: #CEFF22;
}
</style>
background-color css
<style>
a { background-color: #CEFF22; }
a { background-color: rgb(206,255,34); }
div.DivClassName
{
background-color: #CEFF22;
}
.BgClassName
{
background-color: #CEFF22;
}
</style>
border-color css
<style>
span { border-color: #CEFF22; }
span { border-color: rgb(206,255,34); }
td.TdClassName
{
border-color: #CEFF22;
}
.TagClassName
{
border-color: #CEFF22;
}
</style>