Shades of Electric Lime #CBE60B
Tints of Electric Lime #CBE60B
RGB
CMYK
RGB Variations
Color information
#CBE60B (or 0xCBE60B) is known color: Electric Lime. HEX triplet: CB, E6 and 0B. RGB value is (203,230,11). Sum of RGB (Red+Green+Blue) = 203+230+11=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE60B is #3419F4. Grayscale: #C5C5C5. Windows color (decimal): -3414517 or 779979. OLE color: 779979.
HSL color Cylindrical-coordinate representation of color #CBE60B: hue angle of 67.4º degrees, saturation: 0.91, 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 #CBE60B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.10 |
| HSL | 67.4º | 0.91% | 0.47% | - |
| HSV(B) | 67.4º | 0.95% | 0.9% | - |
| XYZ | 52.99 | 69.31 | 10.9 | - |
| YUV | 196.96 | 23.05 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 11 | 0.12 | 0 | 0.95 | 0.10 | 67.4 | 0.91 | 0.47 |
| Hex | CB | E6 | B | C | 0 | 5F | A | 43 | 5B | 2F |
| Octal | 313 | 346 | 13 | 14 | 0 | 137 | 12 | 103 | 133 | 57 |
| Binary | 11001011 | 11100110 | 1011 | 1100 | 0 | 1011111 | 1010 | 1000011 | 1011011 | 101111 |
Color Harmonies of #CBE60B
Complementary color
Monochromatic Colors of #CBE60B
Black with #CBE60B
Text Example
Text Example
White with #CBE60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE60B; }
p { color: rgb(203,230,11); }
H1.HeaderClassName
{
color: #CBE60B;
}
.AnyTagClassName
{
color: #CBE60B;
}
</style>
background-color css
<style>
a { background-color: #CBE60B; }
a { background-color: rgb(203,230,11); }
div.DivClassName
{
background-color: #CBE60B;
}
.BgClassName
{
background-color: #CBE60B;
}
</style>
border-color css
<style>
span { border-color: #CBE60B; }
span { border-color: rgb(203,230,11); }
td.TdClassName
{
border-color: #CBE60B;
}
.TagClassName
{
border-color: #CBE60B;
}
</style>