Shades of Electric Lime #CBF812
Tints of Electric Lime #CBF812
RGB
CMYK
RGB Variations
Color information
#CBF812 (or 0xCBF812) is known color: Electric Lime. HEX triplet: CB, F8 and 12. RGB value is (203,248,18). Sum of RGB (Red+Green+Blue) = 203+248+18=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF812 is #3407ED. Grayscale: #D1D1D1. Windows color (decimal): -3409902 or 1243339. OLE color: 1243339.
HSL color Cylindrical-coordinate representation of color #CBF812: hue angle of 71.74º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF812 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 18 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.03 |
| HSL | 71.74º | 0.94% | 0.52% | - |
| HSV(B) | 71.74º | 0.93% | 0.97% | - |
| XYZ | 58.31 | 79.87 | 12.92 | - |
| YUV | 208.33 | 20.59 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 18 | 0.18 | 0 | 0.93 | 0.03 | 71.74 | 0.94 | 0.52 |
| Hex | CB | F8 | 12 | 12 | 0 | 5D | 3 | 48 | 5E | 34 |
| Octal | 313 | 370 | 22 | 22 | 0 | 135 | 3 | 110 | 136 | 64 |
| Binary | 11001011 | 11111000 | 10010 | 10010 | 0 | 1011101 | 11 | 1001000 | 1011110 | 110100 |
Color Harmonies of #CBF812
Complementary color
Monochromatic Colors of #CBF812
Black with #CBF812
Text Example
Text Example
White with #CBF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF812; }
p { color: rgb(203,248,18); }
H1.HeaderClassName
{
color: #CBF812;
}
.AnyTagClassName
{
color: #CBF812;
}
</style>
background-color css
<style>
a { background-color: #CBF812; }
a { background-color: rgb(203,248,18); }
div.DivClassName
{
background-color: #CBF812;
}
.BgClassName
{
background-color: #CBF812;
}
</style>
border-color css
<style>
span { border-color: #CBF812; }
span { border-color: rgb(203,248,18); }
td.TdClassName
{
border-color: #CBF812;
}
.TagClassName
{
border-color: #CBF812;
}
</style>