Shades of Electric Lime #CBE502
Tints of Electric Lime #CBE502
RGB
CMYK
RGB Variations
Color information
#CBE502 (or 0xCBE502) is known color: Electric Lime. HEX triplet: CB, E5 and 02. RGB value is (203,229,2). Sum of RGB (Red+Green+Blue) = 203+229+2=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE502 is #341AFD. Grayscale: #C4C4C4. Windows color (decimal): -3414782 or 189899. OLE color: 189899.
HSL color Cylindrical-coordinate representation of color #CBE502: hue angle of 66.87º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBE502 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.10 |
| HSL | 66.87º | 0.98% | 0.45% | - |
| HSV(B) | 66.87º | 0.99% | 0.9% | - |
| XYZ | 52.66 | 68.74 | 10.55 | - |
| YUV | 195.35 | 18.89 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 2 | 0.11 | 0 | 0.99 | 0.10 | 66.87 | 0.98 | 0.45 |
| Hex | CB | E5 | 2 | B | 0 | 63 | A | 43 | 62 | 2D |
| Octal | 313 | 345 | 2 | 13 | 0 | 143 | 12 | 103 | 142 | 55 |
| Binary | 11001011 | 11100101 | 10 | 1011 | 0 | 1100011 | 1010 | 1000011 | 1100010 | 101101 |
Color Harmonies of #CBE502
Complementary color
Monochromatic Colors of #CBE502
Black with #CBE502
Text Example
Text Example
White with #CBE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE502; }
p { color: rgb(203,229,2); }
H1.HeaderClassName
{
color: #CBE502;
}
.AnyTagClassName
{
color: #CBE502;
}
</style>
background-color css
<style>
a { background-color: #CBE502; }
a { background-color: rgb(203,229,2); }
div.DivClassName
{
background-color: #CBE502;
}
.BgClassName
{
background-color: #CBE502;
}
</style>
border-color css
<style>
span { border-color: #CBE502; }
span { border-color: rgb(203,229,2); }
td.TdClassName
{
border-color: #CBE502;
}
.TagClassName
{
border-color: #CBE502;
}
</style>