Shades of Electric Lime #CFF30F
Tints of Electric Lime #CFF30F
RGB
CMYK
RGB Variations
Color information
#CFF30F (or 0xCFF30F) is known color: Electric Lime. HEX triplet: CF, F3 and 0F. RGB value is (207,243,15). Sum of RGB (Red+Green+Blue) = 207+243+15=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF30F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF30F is #300CF0. Grayscale: #CFCFCF. Windows color (decimal): -3149041 or 1045455. OLE color: 1045455.
HSL color Cylindrical-coordinate representation of color #CFF30F: hue angle of 69.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFF30F is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 15 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.05 |
| HSL | 69.47º | 0.9% | 0.51% | - |
| HSV(B) | 69.47º | 0.94% | 0.95% | - |
| XYZ | 57.87 | 77.4 | 12.34 | - |
| YUV | 206.24 | 20.07 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 15 | 0.15 | 0 | 0.94 | 0.05 | 69.47 | 0.9 | 0.51 |
| Hex | CF | F3 | F | F | 0 | 5E | 5 | 45 | 5A | 33 |
| Octal | 317 | 363 | 17 | 17 | 0 | 136 | 5 | 105 | 132 | 63 |
| Binary | 11001111 | 11110011 | 1111 | 1111 | 0 | 1011110 | 101 | 1000101 | 1011010 | 110011 |
Color Harmonies of #CFF30F
Complementary color
Monochromatic Colors of #CFF30F
Black with #CFF30F
Text Example
Text Example
White with #CFF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF30F; }
p { color: rgb(207,243,15); }
H1.HeaderClassName
{
color: #CFF30F;
}
.AnyTagClassName
{
color: #CFF30F;
}
</style>
background-color css
<style>
a { background-color: #CFF30F; }
a { background-color: rgb(207,243,15); }
div.DivClassName
{
background-color: #CFF30F;
}
.BgClassName
{
background-color: #CFF30F;
}
</style>
border-color css
<style>
span { border-color: #CFF30F; }
span { border-color: rgb(207,243,15); }
td.TdClassName
{
border-color: #CFF30F;
}
.TagClassName
{
border-color: #CFF30F;
}
</style>