Shades of Electric Lime #CDF71B
Tints of Electric Lime #CDF71B
RGB
CMYK
RGB Variations
Color information
#CDF71B (or 0xCDF71B) is known color: Electric Lime. HEX triplet: CD, F7 and 1B. RGB value is (205,247,27). Sum of RGB (Red+Green+Blue) = 205+247+27=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF71B is #3208E4. Grayscale: #D2D2D2. Windows color (decimal): -3279077 or 1832909. OLE color: 1832909.
HSL color Cylindrical-coordinate representation of color #CDF71B: hue angle of 71.45º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDF71B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 27 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.03 |
| HSL | 71.45º | 0.93% | 0.54% | - |
| HSV(B) | 71.45º | 0.89% | 0.97% | - |
| XYZ | 58.64 | 79.58 | 13.31 | - |
| YUV | 209.36 | 25.09 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 27 | 0.17 | 0 | 0.89 | 0.03 | 71.45 | 0.93 | 0.54 |
| Hex | CD | F7 | 1B | 11 | 0 | 59 | 3 | 47 | 5D | 36 |
| Octal | 315 | 367 | 33 | 21 | 0 | 131 | 3 | 107 | 135 | 66 |
| Binary | 11001101 | 11110111 | 11011 | 10001 | 0 | 1011001 | 11 | 1000111 | 1011101 | 110110 |
Color Harmonies of #CDF71B
Complementary color
Monochromatic Colors of #CDF71B
Black with #CDF71B
Text Example
Text Example
White with #CDF71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF71B; }
p { color: rgb(205,247,27); }
H1.HeaderClassName
{
color: #CDF71B;
}
.AnyTagClassName
{
color: #CDF71B;
}
</style>
background-color css
<style>
a { background-color: #CDF71B; }
a { background-color: rgb(205,247,27); }
div.DivClassName
{
background-color: #CDF71B;
}
.BgClassName
{
background-color: #CDF71B;
}
</style>
border-color css
<style>
span { border-color: #CDF71B; }
span { border-color: rgb(205,247,27); }
td.TdClassName
{
border-color: #CDF71B;
}
.TagClassName
{
border-color: #CDF71B;
}
</style>