Shades of Electric Lime #CBF00C
Tints of Electric Lime #CBF00C
RGB
CMYK
RGB Variations
Color information
#CBF00C (or 0xCBF00C) is known color: Electric Lime. HEX triplet: CB, F0 and 0C. RGB value is (203,240,12). Sum of RGB (Red+Green+Blue) = 203+240+12=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF00C is #340FF3. Grayscale: #CBCBCB. Windows color (decimal): -3411956 or 848075. OLE color: 848075.
HSL color Cylindrical-coordinate representation of color #CBF00C: hue angle of 69.74º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBF00C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.06 |
| HSL | 69.74º | 0.9% | 0.49% | - |
| HSV(B) | 69.74º | 0.95% | 0.94% | - |
| XYZ | 55.86 | 75.04 | 11.89 | - |
| YUV | 202.95 | 20.24 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 12 | 0.15 | 0 | 0.95 | 0.06 | 69.74 | 0.9 | 0.49 |
| Hex | CB | F0 | C | F | 0 | 5F | 6 | 46 | 5A | 31 |
| Octal | 313 | 360 | 14 | 17 | 0 | 137 | 6 | 106 | 132 | 61 |
| Binary | 11001011 | 11110000 | 1100 | 1111 | 0 | 1011111 | 110 | 1000110 | 1011010 | 110001 |
Color Harmonies of #CBF00C
Complementary color
Monochromatic Colors of #CBF00C
Black with #CBF00C
Text Example
Text Example
White with #CBF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF00C; }
p { color: rgb(203,240,12); }
H1.HeaderClassName
{
color: #CBF00C;
}
.AnyTagClassName
{
color: #CBF00C;
}
</style>
background-color css
<style>
a { background-color: #CBF00C; }
a { background-color: rgb(203,240,12); }
div.DivClassName
{
background-color: #CBF00C;
}
.BgClassName
{
background-color: #CBF00C;
}
</style>
border-color css
<style>
span { border-color: #CBF00C; }
span { border-color: rgb(203,240,12); }
td.TdClassName
{
border-color: #CBF00C;
}
.TagClassName
{
border-color: #CBF00C;
}
</style>