Shades of Electric Lime #CDF317
Tints of Electric Lime #CDF317
RGB
CMYK
RGB Variations
Color information
#CDF317 (or 0xCDF317) is known color: Electric Lime. HEX triplet: CD, F3 and 17. RGB value is (205,243,23). Sum of RGB (Red+Green+Blue) = 205+243+23=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 23 (9.38% from 255 or 4.88% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF317 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF317 is #320CE8. Grayscale: #CFCFCF. Windows color (decimal): -3280105 or 1569741. OLE color: 1569741.
HSL color Cylindrical-coordinate representation of color #CDF317: hue angle of 70.36º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF317 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 23 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.05 |
| HSL | 70.36º | 0.9% | 0.52% | - |
| HSV(B) | 70.36º | 0.91% | 0.95% | - |
| XYZ | 57.38 | 77.14 | 12.68 | - |
| YUV | 206.56 | 24.41 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 23 | 0.16 | 0 | 0.91 | 0.05 | 70.36 | 0.9 | 0.52 |
| Hex | CD | F3 | 17 | 10 | 0 | 5B | 5 | 46 | 5A | 34 |
| Octal | 315 | 363 | 27 | 20 | 0 | 133 | 5 | 106 | 132 | 64 |
| Binary | 11001101 | 11110011 | 10111 | 10000 | 0 | 1011011 | 101 | 1000110 | 1011010 | 110100 |
Color Harmonies of #CDF317
Complementary color
Monochromatic Colors of #CDF317
Black with #CDF317
Text Example
Text Example
White with #CDF317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF317; }
p { color: rgb(205,243,23); }
H1.HeaderClassName
{
color: #CDF317;
}
.AnyTagClassName
{
color: #CDF317;
}
</style>
background-color css
<style>
a { background-color: #CDF317; }
a { background-color: rgb(205,243,23); }
div.DivClassName
{
background-color: #CDF317;
}
.BgClassName
{
background-color: #CDF317;
}
</style>
border-color css
<style>
span { border-color: #CDF317; }
span { border-color: rgb(205,243,23); }
td.TdClassName
{
border-color: #CDF317;
}
.TagClassName
{
border-color: #CDF317;
}
</style>