Shades of Electric Lime #CFE502
Tints of Electric Lime #CFE502
RGB
CMYK
RGB Variations
Color information
#CFE502 (or 0xCFE502) is known color: Electric Lime. HEX triplet: CF, E5 and 02. RGB value is (207,229,2). Sum of RGB (Red+Green+Blue) = 207+229+2=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE502 is #301AFD. Grayscale: #C5C5C5. Windows color (decimal): -3152638 or 189903. OLE color: 189903.
HSL color Cylindrical-coordinate representation of color #CFE502: hue angle of 65.81º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFE502 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.10 |
| HSL | 65.81º | 0.98% | 0.45% | - |
| HSV(B) | 65.81º | 0.99% | 0.9% | - |
| XYZ | 53.76 | 69.31 | 10.6 | - |
| YUV | 196.54 | 18.21 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 2 | 0.10 | 0 | 0.99 | 0.10 | 65.81 | 0.98 | 0.45 |
| Hex | CF | E5 | 2 | A | 0 | 63 | A | 42 | 62 | 2D |
| Octal | 317 | 345 | 2 | 12 | 0 | 143 | 12 | 102 | 142 | 55 |
| Binary | 11001111 | 11100101 | 10 | 1010 | 0 | 1100011 | 1010 | 1000010 | 1100010 | 101101 |
Color Harmonies of #CFE502
Complementary color
Monochromatic Colors of #CFE502
Black with #CFE502
Text Example
Text Example
White with #CFE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE502; }
p { color: rgb(207,229,2); }
H1.HeaderClassName
{
color: #CFE502;
}
.AnyTagClassName
{
color: #CFE502;
}
</style>
background-color css
<style>
a { background-color: #CFE502; }
a { background-color: rgb(207,229,2); }
div.DivClassName
{
background-color: #CFE502;
}
.BgClassName
{
background-color: #CFE502;
}
</style>
border-color css
<style>
span { border-color: #CFE502; }
span { border-color: rgb(207,229,2); }
td.TdClassName
{
border-color: #CFE502;
}
.TagClassName
{
border-color: #CFE502;
}
</style>