Shades of Electric Lime #CDF307
Tints of Electric Lime #CDF307
RGB
CMYK
RGB Variations
Color information
#CDF307 (or 0xCDF307) is known color: Electric Lime. HEX triplet: CD, F3 and 07. RGB value is (205,243,7). Sum of RGB (Red+Green+Blue) = 205+243+7=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF307 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF307 is #320CF8. Grayscale: #CDCDCD. Windows color (decimal): -3280121 or 521165. OLE color: 521165.
HSL color Cylindrical-coordinate representation of color #CDF307: hue angle of 69.66º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDF307 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 7 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.05 |
| HSL | 69.66º | 0.94% | 0.49% | - |
| HSV(B) | 69.66º | 0.97% | 0.95% | - |
| XYZ | 57.27 | 77.1 | 12.06 | - |
| YUV | 204.73 | 16.41 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 7 | 0.16 | 0 | 0.97 | 0.05 | 69.66 | 0.94 | 0.49 |
| Hex | CD | F3 | 7 | 10 | 0 | 61 | 5 | 46 | 5E | 31 |
| Octal | 315 | 363 | 7 | 20 | 0 | 141 | 5 | 106 | 136 | 61 |
| Binary | 11001101 | 11110011 | 111 | 10000 | 0 | 1100001 | 101 | 1000110 | 1011110 | 110001 |
Color Harmonies of #CDF307
Complementary color
Monochromatic Colors of #CDF307
Black with #CDF307
Text Example
Text Example
White with #CDF307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF307; }
p { color: rgb(205,243,7); }
H1.HeaderClassName
{
color: #CDF307;
}
.AnyTagClassName
{
color: #CDF307;
}
</style>
background-color css
<style>
a { background-color: #CDF307; }
a { background-color: rgb(205,243,7); }
div.DivClassName
{
background-color: #CDF307;
}
.BgClassName
{
background-color: #CDF307;
}
</style>
border-color css
<style>
span { border-color: #CDF307; }
span { border-color: rgb(205,243,7); }
td.TdClassName
{
border-color: #CDF307;
}
.TagClassName
{
border-color: #CDF307;
}
</style>