Shades of Electric Lime #CFF302
Tints of Electric Lime #CFF302
RGB
CMYK
RGB Variations
Color information
#CFF302 (or 0xCFF302) is known color: Electric Lime. HEX triplet: CF, F3 and 02. RGB value is (207,243,2). Sum of RGB (Red+Green+Blue) = 207+243+2=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF302 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF302 is #300CFD. Grayscale: #CDCDCD. Windows color (decimal): -3149054 or 193487. OLE color: 193487.
HSL color Cylindrical-coordinate representation of color #CFF302: hue angle of 68.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFF302 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.05 |
| HSL | 68.96º | 0.98% | 0.48% | - |
| HSV(B) | 68.96º | 0.99% | 0.95% | - |
| XYZ | 57.79 | 77.37 | 11.95 | - |
| YUV | 204.76 | 13.57 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 2 | 0.15 | 0 | 0.99 | 0.05 | 68.96 | 0.98 | 0.48 |
| Hex | CF | F3 | 2 | F | 0 | 63 | 5 | 45 | 62 | 30 |
| Octal | 317 | 363 | 2 | 17 | 0 | 143 | 5 | 105 | 142 | 60 |
| Binary | 11001111 | 11110011 | 10 | 1111 | 0 | 1100011 | 101 | 1000101 | 1100010 | 110000 |
Color Harmonies of #CFF302
Complementary color
Monochromatic Colors of #CFF302
Black with #CFF302
Text Example
Text Example
White with #CFF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF302; }
p { color: rgb(207,243,2); }
H1.HeaderClassName
{
color: #CFF302;
}
.AnyTagClassName
{
color: #CFF302;
}
</style>
background-color css
<style>
a { background-color: #CFF302; }
a { background-color: rgb(207,243,2); }
div.DivClassName
{
background-color: #CFF302;
}
.BgClassName
{
background-color: #CFF302;
}
</style>
border-color css
<style>
span { border-color: #CFF302; }
span { border-color: rgb(207,243,2); }
td.TdClassName
{
border-color: #CFF302;
}
.TagClassName
{
border-color: #CFF302;
}
</style>