Shades of Electric Lime #CBF31A
Tints of Electric Lime #CBF31A
RGB
CMYK
RGB Variations
Color information
#CBF31A (or 0xCBF31A) is known color: Electric Lime. HEX triplet: CB, F3 and 1A. RGB value is (203,243,26). Sum of RGB (Red+Green+Blue) = 203+243+26=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF31A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF31A is #340CE5. Grayscale: #CFCFCF. Windows color (decimal): -3411174 or 1766347. OLE color: 1766347.
HSL color Cylindrical-coordinate representation of color #CBF31A: hue angle of 71.06º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBF31A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 26 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.05 |
| HSL | 71.06º | 0.9% | 0.53% | - |
| HSV(B) | 71.06º | 0.89% | 0.95% | - |
| XYZ | 56.87 | 76.87 | 12.82 | - |
| YUV | 206.3 | 26.25 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 26 | 0.16 | 0 | 0.89 | 0.05 | 71.06 | 0.9 | 0.53 |
| Hex | CB | F3 | 1A | 10 | 0 | 59 | 5 | 47 | 5A | 35 |
| Octal | 313 | 363 | 32 | 20 | 0 | 131 | 5 | 107 | 132 | 65 |
| Binary | 11001011 | 11110011 | 11010 | 10000 | 0 | 1011001 | 101 | 1000111 | 1011010 | 110101 |
Color Harmonies of #CBF31A
Complementary color
Monochromatic Colors of #CBF31A
Black with #CBF31A
Text Example
Text Example
White with #CBF31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF31A; }
p { color: rgb(203,243,26); }
H1.HeaderClassName
{
color: #CBF31A;
}
.AnyTagClassName
{
color: #CBF31A;
}
</style>
background-color css
<style>
a { background-color: #CBF31A; }
a { background-color: rgb(203,243,26); }
div.DivClassName
{
background-color: #CBF31A;
}
.BgClassName
{
background-color: #CBF31A;
}
</style>
border-color css
<style>
span { border-color: #CBF31A; }
span { border-color: rgb(203,243,26); }
td.TdClassName
{
border-color: #CBF31A;
}
.TagClassName
{
border-color: #CBF31A;
}
</style>