Shades of Electric Lime #CBF81D
Tints of Electric Lime #CBF81D
RGB
CMYK
RGB Variations
Color information
#CBF81D (or 0xCBF81D) is known color: Electric Lime. HEX triplet: CB, F8 and 1D. RGB value is (203,248,29). Sum of RGB (Red+Green+Blue) = 203+248+29=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF81D is #3407E2. Grayscale: #D2D2D2. Windows color (decimal): -3409891 or 1964235. OLE color: 1964235.
HSL color Cylindrical-coordinate representation of color #CBF81D: hue angle of 72.33º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBF81D is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 29 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.03 |
| HSL | 72.33º | 0.94% | 0.54% | - |
| HSV(B) | 72.33º | 0.88% | 0.97% | - |
| XYZ | 58.42 | 79.92 | 13.51 | - |
| YUV | 209.58 | 26.09 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 29 | 0.18 | 0 | 0.88 | 0.03 | 72.33 | 0.94 | 0.54 |
| Hex | CB | F8 | 1D | 12 | 0 | 58 | 3 | 48 | 5E | 36 |
| Octal | 313 | 370 | 35 | 22 | 0 | 130 | 3 | 110 | 136 | 66 |
| Binary | 11001011 | 11111000 | 11101 | 10010 | 0 | 1011000 | 11 | 1001000 | 1011110 | 110110 |
Color Harmonies of #CBF81D
Complementary color
Monochromatic Colors of #CBF81D
Black with #CBF81D
Text Example
Text Example
White with #CBF81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF81D; }
p { color: rgb(203,248,29); }
H1.HeaderClassName
{
color: #CBF81D;
}
.AnyTagClassName
{
color: #CBF81D;
}
</style>
background-color css
<style>
a { background-color: #CBF81D; }
a { background-color: rgb(203,248,29); }
div.DivClassName
{
background-color: #CBF81D;
}
.BgClassName
{
background-color: #CBF81D;
}
</style>
border-color css
<style>
span { border-color: #CBF81D; }
span { border-color: rgb(203,248,29); }
td.TdClassName
{
border-color: #CBF81D;
}
.TagClassName
{
border-color: #CBF81D;
}
</style>