Shades of Electric Lime #CBFC1D
Tints of Electric Lime #CBFC1D
RGB
CMYK
RGB Variations
Color information
#CBFC1D (or 0xCBFC1D) is known color: Electric Lime. HEX triplet: CB, FC and 1D. RGB value is (203,252,29). Sum of RGB (Red+Green+Blue) = 203+252+29=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFC1D is #3403E2. Grayscale: #D4D4D4. Windows color (decimal): -3408867 or 1965259. OLE color: 1965259.
HSL color Cylindrical-coordinate representation of color #CBFC1D: hue angle of 73.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBFC1D is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 29 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.01 |
| HSL | 73.18º | 0.97% | 0.55% | - |
| HSV(B) | 73.18º | 0.88% | 0.99% | - |
| XYZ | 59.66 | 82.41 | 13.92 | - |
| YUV | 211.93 | 24.77 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 29 | 0.19 | 0 | 0.88 | 0.01 | 73.18 | 0.97 | 0.55 |
| Hex | CB | FC | 1D | 13 | 0 | 58 | 1 | 49 | 61 | 37 |
| Octal | 313 | 374 | 35 | 23 | 0 | 130 | 1 | 111 | 141 | 67 |
| Binary | 11001011 | 11111100 | 11101 | 10011 | 0 | 1011000 | 1 | 1001001 | 1100001 | 110111 |
Color Harmonies of #CBFC1D
Complementary color
Monochromatic Colors of #CBFC1D
Black with #CBFC1D
Text Example
Text Example
White with #CBFC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC1D; }
p { color: rgb(203,252,29); }
H1.HeaderClassName
{
color: #CBFC1D;
}
.AnyTagClassName
{
color: #CBFC1D;
}
</style>
background-color css
<style>
a { background-color: #CBFC1D; }
a { background-color: rgb(203,252,29); }
div.DivClassName
{
background-color: #CBFC1D;
}
.BgClassName
{
background-color: #CBFC1D;
}
</style>
border-color css
<style>
span { border-color: #CBFC1D; }
span { border-color: rgb(203,252,29); }
td.TdClassName
{
border-color: #CBFC1D;
}
.TagClassName
{
border-color: #CBFC1D;
}
</style>