Shades of Electric Lime #CBF217
Tints of Electric Lime #CBF217
RGB
CMYK
RGB Variations
Color information
#CBF217 (or 0xCBF217) is known color: Electric Lime. HEX triplet: CB, F2 and 17. RGB value is (203,242,23). Sum of RGB (Red+Green+Blue) = 203+242+23=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF217 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF217 is #340DE8. Grayscale: #CECECE. Windows color (decimal): -3411433 or 1569483. OLE color: 1569483.
HSL color Cylindrical-coordinate representation of color #CBF217: hue angle of 70.68º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBF217 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 23 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.05 |
| HSL | 70.68º | 0.89% | 0.52% | - |
| HSV(B) | 70.68º | 0.9% | 0.95% | - |
| XYZ | 56.54 | 76.26 | 12.55 | - |
| YUV | 205.37 | 25.08 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 23 | 0.16 | 0 | 0.90 | 0.05 | 70.68 | 0.89 | 0.52 |
| Hex | CB | F2 | 17 | 10 | 0 | 5A | 5 | 47 | 59 | 34 |
| Octal | 313 | 362 | 27 | 20 | 0 | 132 | 5 | 107 | 131 | 64 |
| Binary | 11001011 | 11110010 | 10111 | 10000 | 0 | 1011010 | 101 | 1000111 | 1011001 | 110100 |
Color Harmonies of #CBF217
Complementary color
Monochromatic Colors of #CBF217
Black with #CBF217
Text Example
Text Example
White with #CBF217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF217; }
p { color: rgb(203,242,23); }
H1.HeaderClassName
{
color: #CBF217;
}
.AnyTagClassName
{
color: #CBF217;
}
</style>
background-color css
<style>
a { background-color: #CBF217; }
a { background-color: rgb(203,242,23); }
div.DivClassName
{
background-color: #CBF217;
}
.BgClassName
{
background-color: #CBF217;
}
</style>
border-color css
<style>
span { border-color: #CBF217; }
span { border-color: rgb(203,242,23); }
td.TdClassName
{
border-color: #CBF217;
}
.TagClassName
{
border-color: #CBF217;
}
</style>