Shades of Electric Lime #CDF30F
Tints of Electric Lime #CDF30F
RGB
CMYK
RGB Variations
Color information
#CDF30F (or 0xCDF30F) is known color: Electric Lime. HEX triplet: CD, F3 and 0F. RGB value is (205,243,15). Sum of RGB (Red+Green+Blue) = 205+243+15=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF30F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF30F is #320CF0. Grayscale: #CECECE. Windows color (decimal): -3280113 or 1045453. OLE color: 1045453.
HSL color Cylindrical-coordinate representation of color #CDF30F: hue angle of 70º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDF30F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 15 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.05 |
| HSL | 70º | 0.9% | 0.51% | - |
| HSV(B) | 70º | 0.94% | 0.95% | - |
| XYZ | 57.31 | 77.11 | 12.32 | - |
| YUV | 205.65 | 20.41 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 15 | 0.16 | 0 | 0.94 | 0.05 | 70 | 0.9 | 0.51 |
| Hex | CD | F3 | F | 10 | 0 | 5E | 5 | 46 | 5A | 33 |
| Octal | 315 | 363 | 17 | 20 | 0 | 136 | 5 | 106 | 132 | 63 |
| Binary | 11001101 | 11110011 | 1111 | 10000 | 0 | 1011110 | 101 | 1000110 | 1011010 | 110011 |
Color Harmonies of #CDF30F
Complementary color
Monochromatic Colors of #CDF30F
Black with #CDF30F
Text Example
Text Example
White with #CDF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF30F; }
p { color: rgb(205,243,15); }
H1.HeaderClassName
{
color: #CDF30F;
}
.AnyTagClassName
{
color: #CDF30F;
}
</style>
background-color css
<style>
a { background-color: #CDF30F; }
a { background-color: rgb(205,243,15); }
div.DivClassName
{
background-color: #CDF30F;
}
.BgClassName
{
background-color: #CDF30F;
}
</style>
border-color css
<style>
span { border-color: #CDF30F; }
span { border-color: rgb(205,243,15); }
td.TdClassName
{
border-color: #CDF30F;
}
.TagClassName
{
border-color: #CDF30F;
}
</style>