Shades of Electric Lime #CDF309
Tints of Electric Lime #CDF309
RGB
CMYK
RGB Variations
Color information
#CDF309 (or 0xCDF309) is known color: Electric Lime. HEX triplet: CD, F3 and 09. RGB value is (205,243,9). Sum of RGB (Red+Green+Blue) = 205+243+9=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF309 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF309 is #320CF6. Grayscale: #CDCDCD. Windows color (decimal): -3280119 or 652237. OLE color: 652237.
HSL color Cylindrical-coordinate representation of color #CDF309: hue angle of 69.74º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDF309 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.05 |
| HSL | 69.74º | 0.93% | 0.49% | - |
| HSV(B) | 69.74º | 0.96% | 0.95% | - |
| XYZ | 57.28 | 77.1 | 12.12 | - |
| YUV | 204.96 | 17.41 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 9 | 0.16 | 0 | 0.96 | 0.05 | 69.74 | 0.93 | 0.49 |
| Hex | CD | F3 | 9 | 10 | 0 | 60 | 5 | 46 | 5D | 31 |
| Octal | 315 | 363 | 11 | 20 | 0 | 140 | 5 | 106 | 135 | 61 |
| Binary | 11001101 | 11110011 | 1001 | 10000 | 0 | 1100000 | 101 | 1000110 | 1011101 | 110001 |
Color Harmonies of #CDF309
Complementary color
Monochromatic Colors of #CDF309
Black with #CDF309
Text Example
Text Example
White with #CDF309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF309; }
p { color: rgb(205,243,9); }
H1.HeaderClassName
{
color: #CDF309;
}
.AnyTagClassName
{
color: #CDF309;
}
</style>
background-color css
<style>
a { background-color: #CDF309; }
a { background-color: rgb(205,243,9); }
div.DivClassName
{
background-color: #CDF309;
}
.BgClassName
{
background-color: #CDF309;
}
</style>
border-color css
<style>
span { border-color: #CDF309; }
span { border-color: rgb(205,243,9); }
td.TdClassName
{
border-color: #CDF309;
}
.TagClassName
{
border-color: #CDF309;
}
</style>