Shades of Electric Lime #CDF91E
Tints of Electric Lime #CDF91E
RGB
CMYK
RGB Variations
Color information
#CDF91E (or 0xCDF91E) is known color: Electric Lime. HEX triplet: CD, F9 and 1E. RGB value is (205,249,30). Sum of RGB (Red+Green+Blue) = 205+249+30=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF91E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF91E is #3206E1. Grayscale: #D3D3D3. Windows color (decimal): -3278562 or 2030029. OLE color: 2030029.
HSL color Cylindrical-coordinate representation of color #CDF91E: hue angle of 72.05º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDF91E is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 30 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.02 |
| HSL | 72.05º | 0.95% | 0.55% | - |
| HSV(B) | 72.05º | 0.88% | 0.98% | - |
| XYZ | 59.29 | 80.82 | 13.7 | - |
| YUV | 210.88 | 25.92 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 30 | 0.18 | 0 | 0.88 | 0.02 | 72.05 | 0.95 | 0.55 |
| Hex | CD | F9 | 1E | 12 | 0 | 58 | 2 | 48 | 5F | 37 |
| Octal | 315 | 371 | 36 | 22 | 0 | 130 | 2 | 110 | 137 | 67 |
| Binary | 11001101 | 11111001 | 11110 | 10010 | 0 | 1011000 | 10 | 1001000 | 1011111 | 110111 |
Color Harmonies of #CDF91E
Complementary color
Monochromatic Colors of #CDF91E
Black with #CDF91E
Text Example
Text Example
White with #CDF91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF91E; }
p { color: rgb(205,249,30); }
H1.HeaderClassName
{
color: #CDF91E;
}
.AnyTagClassName
{
color: #CDF91E;
}
</style>
background-color css
<style>
a { background-color: #CDF91E; }
a { background-color: rgb(205,249,30); }
div.DivClassName
{
background-color: #CDF91E;
}
.BgClassName
{
background-color: #CDF91E;
}
</style>
border-color css
<style>
span { border-color: #CDF91E; }
span { border-color: rgb(205,249,30); }
td.TdClassName
{
border-color: #CDF91E;
}
.TagClassName
{
border-color: #CDF91E;
}
</style>