Shades of Electric Lime #CBFD1D
Tints of Electric Lime #CBFD1D
RGB
CMYK
RGB Variations
Color information
#CBFD1D (or 0xCBFD1D) is known color: Electric Lime. HEX triplet: CB, FD and 1D. RGB value is (203,253,29). Sum of RGB (Red+Green+Blue) = 203+253+29=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFD1D is #3402E2. Grayscale: #D5D5D5. Windows color (decimal): -3408611 or 1965515. OLE color: 1965515.
HSL color Cylindrical-coordinate representation of color #CBFD1D: hue angle of 73.39º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBFD1D is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 29 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.01 |
| HSL | 73.39º | 0.98% | 0.55% | - |
| HSV(B) | 73.39º | 0.89% | 0.99% | - |
| XYZ | 59.98 | 83.04 | 14.03 | - |
| YUV | 212.51 | 24.44 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 29 | 0.20 | 0 | 0.89 | 0.01 | 73.39 | 0.98 | 0.55 |
| Hex | CB | FD | 1D | 14 | 0 | 59 | 1 | 49 | 62 | 37 |
| Octal | 313 | 375 | 35 | 24 | 0 | 131 | 1 | 111 | 142 | 67 |
| Binary | 11001011 | 11111101 | 11101 | 10100 | 0 | 1011001 | 1 | 1001001 | 1100010 | 110111 |
Color Harmonies of #CBFD1D
Complementary color
Monochromatic Colors of #CBFD1D
Black with #CBFD1D
Text Example
Text Example
White with #CBFD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD1D; }
p { color: rgb(203,253,29); }
H1.HeaderClassName
{
color: #CBFD1D;
}
.AnyTagClassName
{
color: #CBFD1D;
}
</style>
background-color css
<style>
a { background-color: #CBFD1D; }
a { background-color: rgb(203,253,29); }
div.DivClassName
{
background-color: #CBFD1D;
}
.BgClassName
{
background-color: #CBFD1D;
}
</style>
border-color css
<style>
span { border-color: #CBFD1D; }
span { border-color: rgb(203,253,29); }
td.TdClassName
{
border-color: #CBFD1D;
}
.TagClassName
{
border-color: #CBFD1D;
}
</style>