Shades of Electric Lime #CBE50C
Tints of Electric Lime #CBE50C
RGB
CMYK
RGB Variations
Color information
#CBE50C (or 0xCBE50C) is known color: Electric Lime. HEX triplet: CB, E5 and 0C. RGB value is (203,229,12). Sum of RGB (Red+Green+Blue) = 203+229+12=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE50C is #341AF3. Grayscale: #C5C5C5. Windows color (decimal): -3414772 or 845259. OLE color: 845259.
HSL color Cylindrical-coordinate representation of color #CBE50C: hue angle of 67.19º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBE50C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.10 |
| HSL | 67.19º | 0.9% | 0.47% | - |
| HSV(B) | 67.19º | 0.95% | 0.9% | - |
| XYZ | 52.71 | 68.76 | 10.84 | - |
| YUV | 196.49 | 23.89 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 12 | 0.11 | 0 | 0.95 | 0.10 | 67.19 | 0.9 | 0.47 |
| Hex | CB | E5 | C | B | 0 | 5F | A | 43 | 5A | 2F |
| Octal | 313 | 345 | 14 | 13 | 0 | 137 | 12 | 103 | 132 | 57 |
| Binary | 11001011 | 11100101 | 1100 | 1011 | 0 | 1011111 | 1010 | 1000011 | 1011010 | 101111 |
Color Harmonies of #CBE50C
Complementary color
Monochromatic Colors of #CBE50C
Black with #CBE50C
Text Example
Text Example
White with #CBE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE50C; }
p { color: rgb(203,229,12); }
H1.HeaderClassName
{
color: #CBE50C;
}
.AnyTagClassName
{
color: #CBE50C;
}
</style>
background-color css
<style>
a { background-color: #CBE50C; }
a { background-color: rgb(203,229,12); }
div.DivClassName
{
background-color: #CBE50C;
}
.BgClassName
{
background-color: #CBE50C;
}
</style>
border-color css
<style>
span { border-color: #CBE50C; }
span { border-color: rgb(203,229,12); }
td.TdClassName
{
border-color: #CBE50C;
}
.TagClassName
{
border-color: #CBE50C;
}
</style>