Shades of Electric Lime #CDF30C
Tints of Electric Lime #CDF30C
RGB
CMYK
RGB Variations
Color information
#CDF30C (or 0xCDF30C) is known color: Electric Lime. HEX triplet: CD, F3 and 0C. RGB value is (205,243,12). Sum of RGB (Red+Green+Blue) = 205+243+12=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF30C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF30C is #320CF3. Grayscale: #CECECE. Windows color (decimal): -3280116 or 848845. OLE color: 848845.
HSL color Cylindrical-coordinate representation of color #CDF30C: hue angle of 69.87º 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 #CDF30C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.05 |
| HSL | 69.87º | 0.91% | 0.5% | - |
| HSV(B) | 69.87º | 0.95% | 0.95% | - |
| XYZ | 57.29 | 77.11 | 12.21 | - |
| YUV | 205.3 | 18.91 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 12 | 0.16 | 0 | 0.95 | 0.05 | 69.87 | 0.91 | 0.5 |
| Hex | CD | F3 | C | 10 | 0 | 5F | 5 | 46 | 5B | 32 |
| Octal | 315 | 363 | 14 | 20 | 0 | 137 | 5 | 106 | 133 | 62 |
| Binary | 11001101 | 11110011 | 1100 | 10000 | 0 | 1011111 | 101 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CDF30C
Complementary color
Monochromatic Colors of #CDF30C
Black with #CDF30C
Text Example
Text Example
White with #CDF30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF30C; }
p { color: rgb(205,243,12); }
H1.HeaderClassName
{
color: #CDF30C;
}
.AnyTagClassName
{
color: #CDF30C;
}
</style>
background-color css
<style>
a { background-color: #CDF30C; }
a { background-color: rgb(205,243,12); }
div.DivClassName
{
background-color: #CDF30C;
}
.BgClassName
{
background-color: #CDF30C;
}
</style>
border-color css
<style>
span { border-color: #CDF30C; }
span { border-color: rgb(205,243,12); }
td.TdClassName
{
border-color: #CDF30C;
}
.TagClassName
{
border-color: #CDF30C;
}
</style>