Shades of Electric Lime #CDF30D
Tints of Electric Lime #CDF30D
RGB
CMYK
RGB Variations
Color information
#CDF30D (or 0xCDF30D) is known color: Electric Lime. HEX triplet: CD, F3 and 0D. RGB value is (205,243,13). Sum of RGB (Red+Green+Blue) = 205+243+13=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 243 (95.31% from 255 or 52.71% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF30D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF30D is #320CF2. Grayscale: #CECECE. Windows color (decimal): -3280115 or 914381. OLE color: 914381.
HSL color Cylindrical-coordinate representation of color #CDF30D: hue angle of 69.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDF30D is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 13 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.05 |
| HSL | 69.91º | 0.91% | 0.5% | - |
| HSV(B) | 69.91º | 0.95% | 0.95% | - |
| XYZ | 57.3 | 77.11 | 12.24 | - |
| YUV | 205.42 | 19.41 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 13 | 0.16 | 0 | 0.95 | 0.05 | 69.91 | 0.91 | 0.5 |
| Hex | CD | F3 | D | 10 | 0 | 5F | 5 | 46 | 5B | 32 |
| Octal | 315 | 363 | 15 | 20 | 0 | 137 | 5 | 106 | 133 | 62 |
| Binary | 11001101 | 11110011 | 1101 | 10000 | 0 | 1011111 | 101 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CDF30D
Complementary color
Monochromatic Colors of #CDF30D
Black with #CDF30D
Text Example
Text Example
White with #CDF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF30D; }
p { color: rgb(205,243,13); }
H1.HeaderClassName
{
color: #CDF30D;
}
.AnyTagClassName
{
color: #CDF30D;
}
</style>
background-color css
<style>
a { background-color: #CDF30D; }
a { background-color: rgb(205,243,13); }
div.DivClassName
{
background-color: #CDF30D;
}
.BgClassName
{
background-color: #CDF30D;
}
</style>
border-color css
<style>
span { border-color: #CDF30D; }
span { border-color: rgb(205,243,13); }
td.TdClassName
{
border-color: #CDF30D;
}
.TagClassName
{
border-color: #CDF30D;
}
</style>