Shades of Electric Lime #CFF102
Tints of Electric Lime #CFF102
RGB
CMYK
RGB Variations
Color information
#CFF102 (or 0xCFF102) is known color: Electric Lime. HEX triplet: CF, F1 and 02. RGB value is (207,241,2). Sum of RGB (Red+Green+Blue) = 207+241+2=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF102 is #300EFD. Grayscale: #CCCCCC. Windows color (decimal): -3149566 or 192975. OLE color: 192975.
HSL color Cylindrical-coordinate representation of color #CFF102: hue angle of 68.54º 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 #CFF102 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.05 |
| HSL | 68.54º | 0.98% | 0.48% | - |
| HSV(B) | 68.54º | 0.99% | 0.95% | - |
| XYZ | 57.2 | 76.18 | 11.75 | - |
| YUV | 203.59 | 14.24 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 2 | 0.14 | 0 | 0.99 | 0.05 | 68.54 | 0.98 | 0.48 |
| Hex | CF | F1 | 2 | E | 0 | 63 | 5 | 45 | 62 | 30 |
| Octal | 317 | 361 | 2 | 16 | 0 | 143 | 5 | 105 | 142 | 60 |
| Binary | 11001111 | 11110001 | 10 | 1110 | 0 | 1100011 | 101 | 1000101 | 1100010 | 110000 |
Color Harmonies of #CFF102
Complementary color
Monochromatic Colors of #CFF102
Black with #CFF102
Text Example
Text Example
White with #CFF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF102; }
p { color: rgb(207,241,2); }
H1.HeaderClassName
{
color: #CFF102;
}
.AnyTagClassName
{
color: #CFF102;
}
</style>
background-color css
<style>
a { background-color: #CFF102; }
a { background-color: rgb(207,241,2); }
div.DivClassName
{
background-color: #CFF102;
}
.BgClassName
{
background-color: #CFF102;
}
</style>
border-color css
<style>
span { border-color: #CFF102; }
span { border-color: rgb(207,241,2); }
td.TdClassName
{
border-color: #CFF102;
}
.TagClassName
{
border-color: #CFF102;
}
</style>