Shades of Electric Lime #CBFF19
Tints of Electric Lime #CBFF19
RGB
CMYK
RGB Variations
Color information
#CBFF19 (or 0xCBFF19) is known color: Electric Lime. HEX triplet: CB, FF and 19. RGB value is (203,255,25). Sum of RGB (Red+Green+Blue) = 203+255+25=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 25 (10.16% from 255 or 5.18% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF19 is #3400E6. Grayscale: #D6D6D6. Windows color (decimal): -3408103 or 1703883. OLE color: 1703883.
HSL color Cylindrical-coordinate representation of color #CBFF19: hue angle of 73.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBFF19 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 25 | - |
| CMYK | 0.20 | 0 | 0.90 | 0 |
| HSL | 73.57º | 1% | 0.55% | - |
| HSV(B) | 73.57º | 0.9% | 1% | - |
| XYZ | 60.56 | 84.29 | 14 | - |
| YUV | 213.23 | 21.77 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 25 | 0.20 | 0 | 0.90 | 0 | 73.57 | 1 | 0.55 |
| Hex | CB | FF | 19 | 14 | 0 | 5A | 0 | 4A | 64 | 37 |
| Octal | 313 | 377 | 31 | 24 | 0 | 132 | 0 | 112 | 144 | 67 |
| Binary | 11001011 | 11111111 | 11001 | 10100 | 0 | 1011010 | 0 | 1001010 | 1100100 | 110111 |
Color Harmonies of #CBFF19
Complementary color
Monochromatic Colors of #CBFF19
Black with #CBFF19
Text Example
Text Example
White with #CBFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF19; }
p { color: rgb(203,255,25); }
H1.HeaderClassName
{
color: #CBFF19;
}
.AnyTagClassName
{
color: #CBFF19;
}
</style>
background-color css
<style>
a { background-color: #CBFF19; }
a { background-color: rgb(203,255,25); }
div.DivClassName
{
background-color: #CBFF19;
}
.BgClassName
{
background-color: #CBFF19;
}
</style>
border-color css
<style>
span { border-color: #CBFF19; }
span { border-color: rgb(203,255,25); }
td.TdClassName
{
border-color: #CBFF19;
}
.TagClassName
{
border-color: #CBFF19;
}
</style>