Shades of Electric Lime #CBF315
Tints of Electric Lime #CBF315
RGB
CMYK
RGB Variations
Color information
#CBF315 (or 0xCBF315) is known color: Electric Lime. HEX triplet: CB, F3 and 15. RGB value is (203,243,21). Sum of RGB (Red+Green+Blue) = 203+243+21=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF315 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF315 is #340CEA. Grayscale: #CECECE. Windows color (decimal): -3411179 or 1438667. OLE color: 1438667.
HSL color Cylindrical-coordinate representation of color #CBF315: hue angle of 70.81º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBF315 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 21 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.05 |
| HSL | 70.81º | 0.9% | 0.52% | - |
| HSV(B) | 70.81º | 0.91% | 0.95% | - |
| XYZ | 56.81 | 76.85 | 12.55 | - |
| YUV | 205.73 | 23.75 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 21 | 0.16 | 0 | 0.91 | 0.05 | 70.81 | 0.9 | 0.52 |
| Hex | CB | F3 | 15 | 10 | 0 | 5B | 5 | 47 | 5A | 34 |
| Octal | 313 | 363 | 25 | 20 | 0 | 133 | 5 | 107 | 132 | 64 |
| Binary | 11001011 | 11110011 | 10101 | 10000 | 0 | 1011011 | 101 | 1000111 | 1011010 | 110100 |
Color Harmonies of #CBF315
Complementary color
Monochromatic Colors of #CBF315
Black with #CBF315
Text Example
Text Example
White with #CBF315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF315; }
p { color: rgb(203,243,21); }
H1.HeaderClassName
{
color: #CBF315;
}
.AnyTagClassName
{
color: #CBF315;
}
</style>
background-color css
<style>
a { background-color: #CBF315; }
a { background-color: rgb(203,243,21); }
div.DivClassName
{
background-color: #CBF315;
}
.BgClassName
{
background-color: #CBF315;
}
</style>
border-color css
<style>
span { border-color: #CBF315; }
span { border-color: rgb(203,243,21); }
td.TdClassName
{
border-color: #CBF315;
}
.TagClassName
{
border-color: #CBF315;
}
</style>