Shades of Electric Lime #CAFE1D
Tints of Electric Lime #CAFE1D
RGB
CMYK
RGB Variations
Color information
#CAFE1D (or 0xCAFE1D) is known color: Electric Lime. HEX triplet: CA, FE and 1D. RGB value is (202,254,29). Sum of RGB (Red+Green+Blue) = 202+254+29=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFE1D is #3501E2. Grayscale: #D5D5D5. Windows color (decimal): -3473891 or 1965770. OLE color: 1965770.
HSL color Cylindrical-coordinate representation of color #CAFE1D: hue angle of 73.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAFE1D is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 29 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.00 |
| HSL | 73.87º | 0.99% | 0.55% | - |
| HSV(B) | 73.87º | 0.89% | 1% | - |
| XYZ | 60.02 | 83.53 | 14.12 | - |
| YUV | 212.8 | 24.27 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 29 | 0.20 | 0 | 0.89 | 0.00 | 73.87 | 0.99 | 0.55 |
| Hex | CA | FE | 1D | 14 | 0 | 59 | 0 | 4A | 63 | 37 |
| Octal | 312 | 376 | 35 | 24 | 0 | 131 | 0 | 112 | 143 | 67 |
| Binary | 11001010 | 11111110 | 11101 | 10100 | 0 | 1011001 | 0 | 1001010 | 1100011 | 110111 |
Color Harmonies of #CAFE1D
Complementary color
Monochromatic Colors of #CAFE1D
Black with #CAFE1D
Text Example
Text Example
White with #CAFE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE1D; }
p { color: rgb(202,254,29); }
H1.HeaderClassName
{
color: #CAFE1D;
}
.AnyTagClassName
{
color: #CAFE1D;
}
</style>
background-color css
<style>
a { background-color: #CAFE1D; }
a { background-color: rgb(202,254,29); }
div.DivClassName
{
background-color: #CAFE1D;
}
.BgClassName
{
background-color: #CAFE1D;
}
</style>
border-color css
<style>
span { border-color: #CAFE1D; }
span { border-color: rgb(202,254,29); }
td.TdClassName
{
border-color: #CAFE1D;
}
.TagClassName
{
border-color: #CAFE1D;
}
</style>