Shades of Electric Lime #CBEE04
Tints of Electric Lime #CBEE04
RGB
CMYK
RGB Variations
Color information
#CBEE04 (or 0xCBEE04) is known color: Electric Lime. HEX triplet: CB, EE and 04. RGB value is (203,238,4). Sum of RGB (Red+Green+Blue) = 203+238+4=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEE04 is #3411FB. Grayscale: #C9C9C9. Windows color (decimal): -3412476 or 323275. OLE color: 323275.
HSL color Cylindrical-coordinate representation of color #CBEE04: hue angle of 68.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBEE04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.07 |
| HSL | 68.97º | 0.97% | 0.47% | - |
| HSV(B) | 68.97º | 0.98% | 0.93% | - |
| XYZ | 55.23 | 73.85 | 11.46 | - |
| YUV | 200.86 | 16.9 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 4 | 0.15 | 0 | 0.98 | 0.07 | 68.97 | 0.97 | 0.47 |
| Hex | CB | EE | 4 | F | 0 | 62 | 7 | 45 | 61 | 2F |
| Octal | 313 | 356 | 4 | 17 | 0 | 142 | 7 | 105 | 141 | 57 |
| Binary | 11001011 | 11101110 | 100 | 1111 | 0 | 1100010 | 111 | 1000101 | 1100001 | 101111 |
Color Harmonies of #CBEE04
Complementary color
Monochromatic Colors of #CBEE04
Black with #CBEE04
Text Example
Text Example
White with #CBEE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE04; }
p { color: rgb(203,238,4); }
H1.HeaderClassName
{
color: #CBEE04;
}
.AnyTagClassName
{
color: #CBEE04;
}
</style>
background-color css
<style>
a { background-color: #CBEE04; }
a { background-color: rgb(203,238,4); }
div.DivClassName
{
background-color: #CBEE04;
}
.BgClassName
{
background-color: #CBEE04;
}
</style>
border-color css
<style>
span { border-color: #CBEE04; }
span { border-color: rgb(203,238,4); }
td.TdClassName
{
border-color: #CBEE04;
}
.TagClassName
{
border-color: #CBEE04;
}
</style>