Shades of Electric Lime #CBF919
Tints of Electric Lime #CBF919
RGB
CMYK
RGB Variations
Color information
#CBF919 (or 0xCBF919) is known color: Electric Lime. HEX triplet: CB, F9 and 19. RGB value is (203,249,25). Sum of RGB (Red+Green+Blue) = 203+249+25=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF919 is #3406E6. Grayscale: #D2D2D2. Windows color (decimal): -3409639 or 1702347. OLE color: 1702347.
HSL color Cylindrical-coordinate representation of color #CBF919: hue angle of 72.32º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBF919 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 25 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.02 |
| HSL | 72.32º | 0.95% | 0.54% | - |
| HSV(B) | 72.32º | 0.9% | 0.98% | - |
| XYZ | 58.68 | 80.52 | 13.37 | - |
| YUV | 209.71 | 23.76 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 25 | 0.18 | 0 | 0.90 | 0.02 | 72.32 | 0.95 | 0.54 |
| Hex | CB | F9 | 19 | 12 | 0 | 5A | 2 | 48 | 5F | 36 |
| Octal | 313 | 371 | 31 | 22 | 0 | 132 | 2 | 110 | 137 | 66 |
| Binary | 11001011 | 11111001 | 11001 | 10010 | 0 | 1011010 | 10 | 1001000 | 1011111 | 110110 |
Color Harmonies of #CBF919
Complementary color
Monochromatic Colors of #CBF919
Black with #CBF919
Text Example
Text Example
White with #CBF919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF919; }
p { color: rgb(203,249,25); }
H1.HeaderClassName
{
color: #CBF919;
}
.AnyTagClassName
{
color: #CBF919;
}
</style>
background-color css
<style>
a { background-color: #CBF919; }
a { background-color: rgb(203,249,25); }
div.DivClassName
{
background-color: #CBF919;
}
.BgClassName
{
background-color: #CBF919;
}
</style>
border-color css
<style>
span { border-color: #CBF919; }
span { border-color: rgb(203,249,25); }
td.TdClassName
{
border-color: #CBF919;
}
.TagClassName
{
border-color: #CBF919;
}
</style>