Shades of Electric Lime #CBF418
Tints of Electric Lime #CBF418
RGB
CMYK
RGB Variations
Color information
#CBF418 (or 0xCBF418) is known color: Electric Lime. HEX triplet: CB, F4 and 18. RGB value is (203,244,24). Sum of RGB (Red+Green+Blue) = 203+244+24=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF418 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF418 is #340BE7. Grayscale: #CFCFCF. Windows color (decimal): -3410920 or 1635531. OLE color: 1635531.
HSL color Cylindrical-coordinate representation of color #CBF418: hue angle of 71.18º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBF418 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.04 |
| HSL | 71.18º | 0.91% | 0.53% | - |
| HSV(B) | 71.18º | 0.9% | 0.96% | - |
| XYZ | 57.14 | 77.46 | 12.8 | - |
| YUV | 206.66 | 24.92 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 24 | 0.17 | 0 | 0.90 | 0.04 | 71.18 | 0.91 | 0.53 |
| Hex | CB | F4 | 18 | 11 | 0 | 5A | 4 | 47 | 5B | 35 |
| Octal | 313 | 364 | 30 | 21 | 0 | 132 | 4 | 107 | 133 | 65 |
| Binary | 11001011 | 11110100 | 11000 | 10001 | 0 | 1011010 | 100 | 1000111 | 1011011 | 110101 |
Color Harmonies of #CBF418
Complementary color
Monochromatic Colors of #CBF418
Black with #CBF418
Text Example
Text Example
White with #CBF418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF418; }
p { color: rgb(203,244,24); }
H1.HeaderClassName
{
color: #CBF418;
}
.AnyTagClassName
{
color: #CBF418;
}
</style>
background-color css
<style>
a { background-color: #CBF418; }
a { background-color: rgb(203,244,24); }
div.DivClassName
{
background-color: #CBF418;
}
.BgClassName
{
background-color: #CBF418;
}
</style>
border-color css
<style>
span { border-color: #CBF418; }
span { border-color: rgb(203,244,24); }
td.TdClassName
{
border-color: #CBF418;
}
.TagClassName
{
border-color: #CBF418;
}
</style>