Shades of Electric Lime #CBF40B
Tints of Electric Lime #CBF40B
RGB
CMYK
RGB Variations
Color information
#CBF40B (or 0xCBF40B) is known color: Electric Lime. HEX triplet: CB, F4 and 0B. RGB value is (203,244,11). Sum of RGB (Red+Green+Blue) = 203+244+11=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF40B is #340BF4. Grayscale: #CECECE. Windows color (decimal): -3410933 or 783563. OLE color: 783563.
HSL color Cylindrical-coordinate representation of color #CBF40B: hue angle of 70.56º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBF40B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.04 |
| HSL | 70.56º | 0.91% | 0.5% | - |
| HSV(B) | 70.56º | 0.95% | 0.96% | - |
| XYZ | 57.04 | 77.42 | 12.25 | - |
| YUV | 205.18 | 18.42 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 11 | 0.17 | 0 | 0.95 | 0.04 | 70.56 | 0.91 | 0.5 |
| Hex | CB | F4 | B | 11 | 0 | 5F | 4 | 47 | 5B | 32 |
| Octal | 313 | 364 | 13 | 21 | 0 | 137 | 4 | 107 | 133 | 62 |
| Binary | 11001011 | 11110100 | 1011 | 10001 | 0 | 1011111 | 100 | 1000111 | 1011011 | 110010 |
Color Harmonies of #CBF40B
Complementary color
Monochromatic Colors of #CBF40B
Black with #CBF40B
Text Example
Text Example
White with #CBF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF40B; }
p { color: rgb(203,244,11); }
H1.HeaderClassName
{
color: #CBF40B;
}
.AnyTagClassName
{
color: #CBF40B;
}
</style>
background-color css
<style>
a { background-color: #CBF40B; }
a { background-color: rgb(203,244,11); }
div.DivClassName
{
background-color: #CBF40B;
}
.BgClassName
{
background-color: #CBF40B;
}
</style>
border-color css
<style>
span { border-color: #CBF40B; }
span { border-color: rgb(203,244,11); }
td.TdClassName
{
border-color: #CBF40B;
}
.TagClassName
{
border-color: #CBF40B;
}
</style>