Shades of Electric Lime #CADF00
Tints of Electric Lime #CADF00
RGB
CMYK
RGB Variations
Color information
#CADF00 (or 0xCADF00) is known color: Electric Lime. HEX triplet: CA, DF and 00. RGB value is (202,223,0). Sum of RGB (Red+Green+Blue) = 202+223+0=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADF00 is #3520FF. Grayscale: #C0C0C0. Windows color (decimal): -3481856 or 57290. OLE color: 57290.
HSL color Cylindrical-coordinate representation of color #CADF00: hue angle of 65.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CADF00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.13 |
| HSL | 65.65º | 1% | 0.44% | - |
| HSV(B) | 65.65º | 1% | 0.87% | - |
| XYZ | 50.74 | 65.33 | 9.94 | - |
| YUV | 191.3 | 20.04 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 0 | 0.09 | 0 | 1 | 0.13 | 65.65 | 1 | 0.44 |
| Hex | CA | DF | 0 | 9 | 0 | 64 | D | 42 | 64 | 2C |
| Octal | 312 | 337 | 0 | 11 | 0 | 144 | 15 | 102 | 144 | 54 |
| Binary | 11001010 | 11011111 | 0 | 1001 | 0 | 1100100 | 1101 | 1000010 | 1100100 | 101100 |
Color Harmonies of #CADF00
Complementary color
Monochromatic Colors of #CADF00
Black with #CADF00
Text Example
Text Example
White with #CADF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF00; }
p { color: rgb(202,223,0); }
H1.HeaderClassName
{
color: #CADF00;
}
.AnyTagClassName
{
color: #CADF00;
}
</style>
background-color css
<style>
a { background-color: #CADF00; }
a { background-color: rgb(202,223,0); }
div.DivClassName
{
background-color: #CADF00;
}
.BgClassName
{
background-color: #CADF00;
}
</style>
border-color css
<style>
span { border-color: #CADF00; }
span { border-color: rgb(202,223,0); }
td.TdClassName
{
border-color: #CADF00;
}
.TagClassName
{
border-color: #CADF00;
}
</style>