Shades of Electric Lime #CBF10C
Tints of Electric Lime #CBF10C
RGB
CMYK
RGB Variations
Color information
#CBF10C (or 0xCBF10C) is known color: Electric Lime. HEX triplet: CB, F1 and 0C. RGB value is (203,241,12). Sum of RGB (Red+Green+Blue) = 203+241+12=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF10C is #340EF3. Grayscale: #CCCCCC. Windows color (decimal): -3411700 or 848331. OLE color: 848331.
HSL color Cylindrical-coordinate representation of color #CBF10C: hue angle of 69.96º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBF10C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.05 |
| HSL | 69.96º | 0.91% | 0.5% | - |
| HSV(B) | 69.96º | 0.95% | 0.95% | - |
| XYZ | 56.15 | 75.63 | 11.99 | - |
| YUV | 203.53 | 19.91 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 12 | 0.16 | 0 | 0.95 | 0.05 | 69.96 | 0.91 | 0.5 |
| Hex | CB | F1 | C | 10 | 0 | 5F | 5 | 46 | 5B | 32 |
| Octal | 313 | 361 | 14 | 20 | 0 | 137 | 5 | 106 | 133 | 62 |
| Binary | 11001011 | 11110001 | 1100 | 10000 | 0 | 1011111 | 101 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CBF10C
Complementary color
Monochromatic Colors of #CBF10C
Black with #CBF10C
Text Example
Text Example
White with #CBF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF10C; }
p { color: rgb(203,241,12); }
H1.HeaderClassName
{
color: #CBF10C;
}
.AnyTagClassName
{
color: #CBF10C;
}
</style>
background-color css
<style>
a { background-color: #CBF10C; }
a { background-color: rgb(203,241,12); }
div.DivClassName
{
background-color: #CBF10C;
}
.BgClassName
{
background-color: #CBF10C;
}
</style>
border-color css
<style>
span { border-color: #CBF10C; }
span { border-color: rgb(203,241,12); }
td.TdClassName
{
border-color: #CBF10C;
}
.TagClassName
{
border-color: #CBF10C;
}
</style>