Shades of Electric Lime #CBF712
Tints of Electric Lime #CBF712
RGB
CMYK
RGB Variations
Color information
#CBF712 (or 0xCBF712) is known color: Electric Lime. HEX triplet: CB, F7 and 12. RGB value is (203,247,18). Sum of RGB (Red+Green+Blue) = 203+247+18=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF712 is #3408ED. Grayscale: #D0D0D0. Windows color (decimal): -3410158 or 1243083. OLE color: 1243083.
HSL color Cylindrical-coordinate representation of color #CBF712: hue angle of 71.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF712 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 18 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.03 |
| HSL | 71.53º | 0.93% | 0.52% | - |
| HSV(B) | 71.53º | 0.93% | 0.97% | - |
| XYZ | 58 | 79.26 | 12.81 | - |
| YUV | 207.74 | 20.92 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 18 | 0.18 | 0 | 0.93 | 0.03 | 71.53 | 0.93 | 0.52 |
| Hex | CB | F7 | 12 | 12 | 0 | 5D | 3 | 48 | 5D | 34 |
| Octal | 313 | 367 | 22 | 22 | 0 | 135 | 3 | 110 | 135 | 64 |
| Binary | 11001011 | 11110111 | 10010 | 10010 | 0 | 1011101 | 11 | 1001000 | 1011101 | 110100 |
Color Harmonies of #CBF712
Complementary color
Monochromatic Colors of #CBF712
Black with #CBF712
Text Example
Text Example
White with #CBF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF712; }
p { color: rgb(203,247,18); }
H1.HeaderClassName
{
color: #CBF712;
}
.AnyTagClassName
{
color: #CBF712;
}
</style>
background-color css
<style>
a { background-color: #CBF712; }
a { background-color: rgb(203,247,18); }
div.DivClassName
{
background-color: #CBF712;
}
.BgClassName
{
background-color: #CBF712;
}
</style>
border-color css
<style>
span { border-color: #CBF712; }
span { border-color: rgb(203,247,18); }
td.TdClassName
{
border-color: #CBF712;
}
.TagClassName
{
border-color: #CBF712;
}
</style>