Shades of Electric Lime #CFF30C
Tints of Electric Lime #CFF30C
RGB
CMYK
RGB Variations
Color information
#CFF30C (or 0xCFF30C) is known color: Electric Lime. HEX triplet: CF, F3 and 0C. RGB value is (207,243,12). Sum of RGB (Red+Green+Blue) = 207+243+12=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF30C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF30C is #300CF3. Grayscale: #CECECE. Windows color (decimal): -3149044 or 848847. OLE color: 848847.
HSL color Cylindrical-coordinate representation of color #CFF30C: hue angle of 69.35º 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 #CFF30C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.05 |
| HSL | 69.35º | 0.91% | 0.5% | - |
| HSV(B) | 69.35º | 0.95% | 0.95% | - |
| XYZ | 57.85 | 77.39 | 12.24 | - |
| YUV | 205.9 | 18.57 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 12 | 0.15 | 0 | 0.95 | 0.05 | 69.35 | 0.91 | 0.5 |
| Hex | CF | F3 | C | F | 0 | 5F | 5 | 45 | 5B | 32 |
| Octal | 317 | 363 | 14 | 17 | 0 | 137 | 5 | 105 | 133 | 62 |
| Binary | 11001111 | 11110011 | 1100 | 1111 | 0 | 1011111 | 101 | 1000101 | 1011011 | 110010 |
Color Harmonies of #CFF30C
Complementary color
Monochromatic Colors of #CFF30C
Black with #CFF30C
Text Example
Text Example
White with #CFF30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF30C; }
p { color: rgb(207,243,12); }
H1.HeaderClassName
{
color: #CFF30C;
}
.AnyTagClassName
{
color: #CFF30C;
}
</style>
background-color css
<style>
a { background-color: #CFF30C; }
a { background-color: rgb(207,243,12); }
div.DivClassName
{
background-color: #CFF30C;
}
.BgClassName
{
background-color: #CFF30C;
}
</style>
border-color css
<style>
span { border-color: #CFF30C; }
span { border-color: rgb(207,243,12); }
td.TdClassName
{
border-color: #CFF30C;
}
.TagClassName
{
border-color: #CFF30C;
}
</style>