Shades of Electric Lime #CDF90B
Tints of Electric Lime #CDF90B
RGB
CMYK
RGB Variations
Color information
#CDF90B (or 0xCDF90B) is known color: Electric Lime. HEX triplet: CD, F9 and 0B. RGB value is (205,249,11). Sum of RGB (Red+Green+Blue) = 205+249+11=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF90B is #3206F4. Grayscale: #D1D1D1. Windows color (decimal): -3278581 or 784845. OLE color: 784845.
HSL color Cylindrical-coordinate representation of color #CDF90B: hue angle of 71.09º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDF90B is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 11 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.02 |
| HSL | 71.09º | 0.95% | 0.51% | - |
| HSV(B) | 71.09º | 0.96% | 0.98% | - |
| XYZ | 59.11 | 80.75 | 12.79 | - |
| YUV | 208.71 | 16.42 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 11 | 0.18 | 0 | 0.96 | 0.02 | 71.09 | 0.95 | 0.51 |
| Hex | CD | F9 | B | 12 | 0 | 60 | 2 | 47 | 5F | 33 |
| Octal | 315 | 371 | 13 | 22 | 0 | 140 | 2 | 107 | 137 | 63 |
| Binary | 11001101 | 11111001 | 1011 | 10010 | 0 | 1100000 | 10 | 1000111 | 1011111 | 110011 |
Color Harmonies of #CDF90B
Complementary color
Monochromatic Colors of #CDF90B
Black with #CDF90B
Text Example
Text Example
White with #CDF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF90B; }
p { color: rgb(205,249,11); }
H1.HeaderClassName
{
color: #CDF90B;
}
.AnyTagClassName
{
color: #CDF90B;
}
</style>
background-color css
<style>
a { background-color: #CDF90B; }
a { background-color: rgb(205,249,11); }
div.DivClassName
{
background-color: #CDF90B;
}
.BgClassName
{
background-color: #CDF90B;
}
</style>
border-color css
<style>
span { border-color: #CDF90B; }
span { border-color: rgb(205,249,11); }
td.TdClassName
{
border-color: #CDF90B;
}
.TagClassName
{
border-color: #CDF90B;
}
</style>