Shades of Electric Lime #CFF306
Tints of Electric Lime #CFF306
RGB
CMYK
RGB Variations
Color information
#CFF306 (or 0xCFF306) is known color: Electric Lime. HEX triplet: CF, F3 and 06. RGB value is (207,243,6). Sum of RGB (Red+Green+Blue) = 207+243+6=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF306 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF306 is #300CF9. Grayscale: #CECECE. Windows color (decimal): -3149050 or 455631. OLE color: 455631.
HSL color Cylindrical-coordinate representation of color #CFF306: hue angle of 69.11º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF306 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 6 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.05 |
| HSL | 69.11º | 0.95% | 0.49% | - |
| HSV(B) | 69.11º | 0.98% | 0.95% | - |
| XYZ | 57.82 | 77.38 | 12.06 | - |
| YUV | 205.22 | 15.57 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 6 | 0.15 | 0 | 0.98 | 0.05 | 69.11 | 0.95 | 0.49 |
| Hex | CF | F3 | 6 | F | 0 | 62 | 5 | 45 | 5F | 31 |
| Octal | 317 | 363 | 6 | 17 | 0 | 142 | 5 | 105 | 137 | 61 |
| Binary | 11001111 | 11110011 | 110 | 1111 | 0 | 1100010 | 101 | 1000101 | 1011111 | 110001 |
Color Harmonies of #CFF306
Complementary color
Monochromatic Colors of #CFF306
Black with #CFF306
Text Example
Text Example
White with #CFF306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF306; }
p { color: rgb(207,243,6); }
H1.HeaderClassName
{
color: #CFF306;
}
.AnyTagClassName
{
color: #CFF306;
}
</style>
background-color css
<style>
a { background-color: #CFF306; }
a { background-color: rgb(207,243,6); }
div.DivClassName
{
background-color: #CFF306;
}
.BgClassName
{
background-color: #CFF306;
}
</style>
border-color css
<style>
span { border-color: #CFF306; }
span { border-color: rgb(207,243,6); }
td.TdClassName
{
border-color: #CFF306;
}
.TagClassName
{
border-color: #CFF306;
}
</style>