Shades of Electric Lime #CFE30D
Tints of Electric Lime #CFE30D
RGB
CMYK
RGB Variations
Color information
#CFE30D (or 0xCFE30D) is known color: Electric Lime. HEX triplet: CF, E3 and 0D. RGB value is (207,227,13). Sum of RGB (Red+Green+Blue) = 207+227+13=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE30D is #301CF2. Grayscale: #C5C5C5. Windows color (decimal): -3153139 or 910287. OLE color: 910287.
HSL color Cylindrical-coordinate representation of color #CFE30D: hue angle of 65.61º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFE30D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.11 |
| HSL | 65.61º | 0.89% | 0.47% | - |
| HSV(B) | 65.61º | 0.94% | 0.89% | - |
| XYZ | 53.27 | 68.23 | 10.74 | - |
| YUV | 196.62 | 24.37 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 13 | 0.09 | 0 | 0.94 | 0.11 | 65.61 | 0.89 | 0.47 |
| Hex | CF | E3 | D | 9 | 0 | 5E | B | 42 | 59 | 2F |
| Octal | 317 | 343 | 15 | 11 | 0 | 136 | 13 | 102 | 131 | 57 |
| Binary | 11001111 | 11100011 | 1101 | 1001 | 0 | 1011110 | 1011 | 1000010 | 1011001 | 101111 |
Color Harmonies of #CFE30D
Complementary color
Monochromatic Colors of #CFE30D
Black with #CFE30D
Text Example
Text Example
White with #CFE30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE30D; }
p { color: rgb(207,227,13); }
H1.HeaderClassName
{
color: #CFE30D;
}
.AnyTagClassName
{
color: #CFE30D;
}
</style>
background-color css
<style>
a { background-color: #CFE30D; }
a { background-color: rgb(207,227,13); }
div.DivClassName
{
background-color: #CFE30D;
}
.BgClassName
{
background-color: #CFE30D;
}
</style>
border-color css
<style>
span { border-color: #CFE30D; }
span { border-color: rgb(207,227,13); }
td.TdClassName
{
border-color: #CFE30D;
}
.TagClassName
{
border-color: #CFE30D;
}
</style>