Shades of Electric Lime #CFE302
Tints of Electric Lime #CFE302
RGB
CMYK
RGB Variations
Color information
#CFE302 (or 0xCFE302) is known color: Electric Lime. HEX triplet: CF, E3 and 02. RGB value is (207,227,2). Sum of RGB (Red+Green+Blue) = 207+227+2=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 227 (89.06% from 255 or 52.06% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE302 is #301CFD. Grayscale: #C4C4C4. Windows color (decimal): -3153150 or 189391. OLE color: 189391.
HSL color Cylindrical-coordinate representation of color #CFE302: hue angle of 65.33º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFE302 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.11 |
| HSL | 65.33º | 0.98% | 0.45% | - |
| HSV(B) | 65.33º | 0.99% | 0.89% | - |
| XYZ | 53.21 | 68.21 | 10.42 | - |
| YUV | 195.37 | 18.87 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 2 | 0.09 | 0 | 0.99 | 0.11 | 65.33 | 0.98 | 0.45 |
| Hex | CF | E3 | 2 | 9 | 0 | 63 | B | 41 | 62 | 2D |
| Octal | 317 | 343 | 2 | 11 | 0 | 143 | 13 | 101 | 142 | 55 |
| Binary | 11001111 | 11100011 | 10 | 1001 | 0 | 1100011 | 1011 | 1000001 | 1100010 | 101101 |
Color Harmonies of #CFE302
Complementary color
Monochromatic Colors of #CFE302
Black with #CFE302
Text Example
Text Example
White with #CFE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE302; }
p { color: rgb(207,227,2); }
H1.HeaderClassName
{
color: #CFE302;
}
.AnyTagClassName
{
color: #CFE302;
}
</style>
background-color css
<style>
a { background-color: #CFE302; }
a { background-color: rgb(207,227,2); }
div.DivClassName
{
background-color: #CFE302;
}
.BgClassName
{
background-color: #CFE302;
}
</style>
border-color css
<style>
span { border-color: #CFE302; }
span { border-color: rgb(207,227,2); }
td.TdClassName
{
border-color: #CFE302;
}
.TagClassName
{
border-color: #CFE302;
}
</style>