Shades of Electric Lime #CBF402
Tints of Electric Lime #CBF402
RGB
CMYK
RGB Variations
Color information
#CBF402 (or 0xCBF402) is known color: Electric Lime. HEX triplet: CB, F4 and 02. RGB value is (203,244,2). Sum of RGB (Red+Green+Blue) = 203+244+2=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 244 (95.70% from 255 or 54.34% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF402 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF402 is #340BFD. Grayscale: #CDCDCD. Windows color (decimal): -3410942 or 193739. OLE color: 193739.
HSL color Cylindrical-coordinate representation of color #CBF402: hue angle of 70.17º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBF402 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.04 |
| HSL | 70.17º | 0.98% | 0.48% | - |
| HSV(B) | 70.17º | 0.99% | 0.96% | - |
| XYZ | 56.99 | 77.4 | 11.99 | - |
| YUV | 204.15 | 13.92 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 2 | 0.17 | 0 | 0.99 | 0.04 | 70.17 | 0.98 | 0.48 |
| Hex | CB | F4 | 2 | 11 | 0 | 63 | 4 | 46 | 62 | 30 |
| Octal | 313 | 364 | 2 | 21 | 0 | 143 | 4 | 106 | 142 | 60 |
| Binary | 11001011 | 11110100 | 10 | 10001 | 0 | 1100011 | 100 | 1000110 | 1100010 | 110000 |
Color Harmonies of #CBF402
Complementary color
Monochromatic Colors of #CBF402
Black with #CBF402
Text Example
Text Example
White with #CBF402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF402; }
p { color: rgb(203,244,2); }
H1.HeaderClassName
{
color: #CBF402;
}
.AnyTagClassName
{
color: #CBF402;
}
</style>
background-color css
<style>
a { background-color: #CBF402; }
a { background-color: rgb(203,244,2); }
div.DivClassName
{
background-color: #CBF402;
}
.BgClassName
{
background-color: #CBF402;
}
</style>
border-color css
<style>
span { border-color: #CBF402; }
span { border-color: rgb(203,244,2); }
td.TdClassName
{
border-color: #CBF402;
}
.TagClassName
{
border-color: #CBF402;
}
</style>