Shades of Bright Green #6EFD2A
Tints of Bright Green #6EFD2A
RGB
CMYK
RGB Variations
Color information
#6EFD2A (or 0x6EFD2A) is known color: Bright Green. HEX triplet: 6E, FD and 2A. RGB value is (110,253,42). Sum of RGB (Red+Green+Blue) = 110+253+42=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 253 (99.22% from 255 or 62.47% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFD2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6EFD2A is #9102D5. Grayscale: #BABABA. Windows color (decimal): -9503446 or 2817390. OLE color: 2817390.
HSL color Cylindrical-coordinate representation of color #6EFD2A: hue angle of 100.66º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6EFD2A is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 42 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.01 |
| HSL | 100.66º | 0.98% | 0.58% | - |
| HSV(B) | 100.66º | 0.83% | 0.99% | - |
| XYZ | 41.97 | 73.73 | 14.21 | - |
| YUV | 186.19 | 46.62 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 42 | 0.57 | 0 | 0.83 | 0.01 | 100.66 | 0.98 | 0.58 |
| Hex | 6E | FD | 2A | 39 | 0 | 53 | 1 | 65 | 62 | 3A |
| Octal | 156 | 375 | 52 | 71 | 0 | 123 | 1 | 145 | 142 | 72 |
| Binary | 1101110 | 11111101 | 101010 | 111001 | 0 | 1010011 | 1 | 1100101 | 1100010 | 111010 |
Color Harmonies of #6EFD2A
Complementary color
Monochromatic Colors of #6EFD2A
Black with #6EFD2A
Text Example
Text Example
White with #6EFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFD2A; }
p { color: rgb(110,253,42); }
H1.HeaderClassName
{
color: #6EFD2A;
}
.AnyTagClassName
{
color: #6EFD2A;
}
</style>
background-color css
<style>
a { background-color: #6EFD2A; }
a { background-color: rgb(110,253,42); }
div.DivClassName
{
background-color: #6EFD2A;
}
.BgClassName
{
background-color: #6EFD2A;
}
</style>
border-color css
<style>
span { border-color: #6EFD2A; }
span { border-color: rgb(110,253,42); }
td.TdClassName
{
border-color: #6EFD2A;
}
.TagClassName
{
border-color: #6EFD2A;
}
</style>