Shades of Electric Lime #CDF305
Tints of Electric Lime #CDF305
RGB
CMYK
RGB Variations
Color information
#CDF305 (or 0xCDF305) is known color: Electric Lime. HEX triplet: CD, F3 and 05. RGB value is (205,243,5). Sum of RGB (Red+Green+Blue) = 205+243+5=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF305 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF305 is #320CFA. Grayscale: #CDCDCD. Windows color (decimal): -3280123 or 390093. OLE color: 390093.
HSL color Cylindrical-coordinate representation of color #CDF305: hue angle of 69.58º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF305 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.05 |
| HSL | 69.58º | 0.96% | 0.49% | - |
| HSV(B) | 69.58º | 0.98% | 0.95% | - |
| XYZ | 57.25 | 77.09 | 12.01 | - |
| YUV | 204.51 | 15.41 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 5 | 0.16 | 0 | 0.98 | 0.05 | 69.58 | 0.96 | 0.49 |
| Hex | CD | F3 | 5 | 10 | 0 | 62 | 5 | 46 | 60 | 31 |
| Octal | 315 | 363 | 5 | 20 | 0 | 142 | 5 | 106 | 140 | 61 |
| Binary | 11001101 | 11110011 | 101 | 10000 | 0 | 1100010 | 101 | 1000110 | 1100000 | 110001 |
Color Harmonies of #CDF305
Complementary color
Monochromatic Colors of #CDF305
Black with #CDF305
Text Example
Text Example
White with #CDF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF305; }
p { color: rgb(205,243,5); }
H1.HeaderClassName
{
color: #CDF305;
}
.AnyTagClassName
{
color: #CDF305;
}
</style>
background-color css
<style>
a { background-color: #CDF305; }
a { background-color: rgb(205,243,5); }
div.DivClassName
{
background-color: #CDF305;
}
.BgClassName
{
background-color: #CDF305;
}
</style>
border-color css
<style>
span { border-color: #CDF305; }
span { border-color: rgb(205,243,5); }
td.TdClassName
{
border-color: #CDF305;
}
.TagClassName
{
border-color: #CDF305;
}
</style>