Shades of Electric Lime #CFF30D
Tints of Electric Lime #CFF30D
RGB
CMYK
RGB Variations
Color information
#CFF30D (or 0xCFF30D) is known color: Electric Lime. HEX triplet: CF, F3 and 0D. RGB value is (207,243,13). Sum of RGB (Red+Green+Blue) = 207+243+13=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF30D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF30D is #300CF2. Grayscale: #CECECE. Windows color (decimal): -3149043 or 914383. OLE color: 914383.
HSL color Cylindrical-coordinate representation of color #CFF30D: hue angle of 69.39º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF30D is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 13 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.05 |
| HSL | 69.39º | 0.91% | 0.5% | - |
| HSV(B) | 69.39º | 0.95% | 0.95% | - |
| XYZ | 57.86 | 77.4 | 12.27 | - |
| YUV | 206.02 | 19.07 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 13 | 0.15 | 0 | 0.95 | 0.05 | 69.39 | 0.91 | 0.5 |
| Hex | CF | F3 | D | F | 0 | 5F | 5 | 45 | 5B | 32 |
| Octal | 317 | 363 | 15 | 17 | 0 | 137 | 5 | 105 | 133 | 62 |
| Binary | 11001111 | 11110011 | 1101 | 1111 | 0 | 1011111 | 101 | 1000101 | 1011011 | 110010 |
Color Harmonies of #CFF30D
Complementary color
Monochromatic Colors of #CFF30D
Black with #CFF30D
Text Example
Text Example
White with #CFF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF30D; }
p { color: rgb(207,243,13); }
H1.HeaderClassName
{
color: #CFF30D;
}
.AnyTagClassName
{
color: #CFF30D;
}
</style>
background-color css
<style>
a { background-color: #CFF30D; }
a { background-color: rgb(207,243,13); }
div.DivClassName
{
background-color: #CFF30D;
}
.BgClassName
{
background-color: #CFF30D;
}
</style>
border-color css
<style>
span { border-color: #CFF30D; }
span { border-color: rgb(207,243,13); }
td.TdClassName
{
border-color: #CFF30D;
}
.TagClassName
{
border-color: #CFF30D;
}
</style>