Shades of Electric Lime #CBE503
Tints of Electric Lime #CBE503
RGB
CMYK
RGB Variations
Color information
#CBE503 (or 0xCBE503) is known color: Electric Lime. HEX triplet: CB, E5 and 03. RGB value is (203,229,3). Sum of RGB (Red+Green+Blue) = 203+229+3=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE503 is #341AFC. Grayscale: #C4C4C4. Windows color (decimal): -3414781 or 255435. OLE color: 255435.
HSL color Cylindrical-coordinate representation of color #CBE503: hue angle of 66.9º degrees, saturation: 0.97, 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 #CBE503 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 3 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.10 |
| HSL | 66.9º | 0.97% | 0.45% | - |
| HSV(B) | 66.9º | 0.99% | 0.9% | - |
| XYZ | 52.66 | 68.74 | 10.58 | - |
| YUV | 195.46 | 19.39 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 3 | 0.11 | 0 | 0.99 | 0.10 | 66.9 | 0.97 | 0.45 |
| Hex | CB | E5 | 3 | B | 0 | 63 | A | 43 | 61 | 2D |
| Octal | 313 | 345 | 3 | 13 | 0 | 143 | 12 | 103 | 141 | 55 |
| Binary | 11001011 | 11100101 | 11 | 1011 | 0 | 1100011 | 1010 | 1000011 | 1100001 | 101101 |
Color Harmonies of #CBE503
Complementary color
Monochromatic Colors of #CBE503
Black with #CBE503
Text Example
Text Example
White with #CBE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE503; }
p { color: rgb(203,229,3); }
H1.HeaderClassName
{
color: #CBE503;
}
.AnyTagClassName
{
color: #CBE503;
}
</style>
background-color css
<style>
a { background-color: #CBE503; }
a { background-color: rgb(203,229,3); }
div.DivClassName
{
background-color: #CBE503;
}
.BgClassName
{
background-color: #CBE503;
}
</style>
border-color css
<style>
span { border-color: #CBE503; }
span { border-color: rgb(203,229,3); }
td.TdClassName
{
border-color: #CBE503;
}
.TagClassName
{
border-color: #CBE503;
}
</style>