Shades of Electric Lime #CBF618
Tints of Electric Lime #CBF618
RGB
CMYK
RGB Variations
Color information
#CBF618 (or 0xCBF618) is known color: Electric Lime. HEX triplet: CB, F6 and 18. RGB value is (203,246,24). Sum of RGB (Red+Green+Blue) = 203+246+24=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 246 (96.48% from 255 or 52.01% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF618 is #3409E7. Grayscale: #D0D0D0. Windows color (decimal): -3410408 or 1636043. OLE color: 1636043.
HSL color Cylindrical-coordinate representation of color #CBF618: hue angle of 71.62º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBF618 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.04 |
| HSL | 71.62º | 0.93% | 0.53% | - |
| HSV(B) | 71.62º | 0.9% | 0.96% | - |
| XYZ | 57.75 | 78.67 | 13.01 | - |
| YUV | 207.84 | 24.25 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 24 | 0.17 | 0 | 0.90 | 0.04 | 71.62 | 0.93 | 0.53 |
| Hex | CB | F6 | 18 | 11 | 0 | 5A | 4 | 48 | 5C | 35 |
| Octal | 313 | 366 | 30 | 21 | 0 | 132 | 4 | 110 | 134 | 65 |
| Binary | 11001011 | 11110110 | 11000 | 10001 | 0 | 1011010 | 100 | 1001000 | 1011100 | 110101 |
Color Harmonies of #CBF618
Complementary color
Monochromatic Colors of #CBF618
Black with #CBF618
Text Example
Text Example
White with #CBF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF618; }
p { color: rgb(203,246,24); }
H1.HeaderClassName
{
color: #CBF618;
}
.AnyTagClassName
{
color: #CBF618;
}
</style>
background-color css
<style>
a { background-color: #CBF618; }
a { background-color: rgb(203,246,24); }
div.DivClassName
{
background-color: #CBF618;
}
.BgClassName
{
background-color: #CBF618;
}
</style>
border-color css
<style>
span { border-color: #CBF618; }
span { border-color: rgb(203,246,24); }
td.TdClassName
{
border-color: #CBF618;
}
.TagClassName
{
border-color: #CBF618;
}
</style>