Shades of Bright Green #6EFD2D
Tints of Bright Green #6EFD2D
RGB
CMYK
RGB Variations
Color information
#6EFD2D (or 0x6EFD2D) is known color: Bright Green. HEX triplet: 6E, FD and 2D. RGB value is (110,253,45). Sum of RGB (Red+Green+Blue) = 110+253+45=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 253 (99.22% from 255 or 62.01% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFD2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6EFD2D is #9102D2. Grayscale: #BBBBBB. Windows color (decimal): -9503443 or 3013998. OLE color: 3013998.
HSL color Cylindrical-coordinate representation of color #6EFD2D: hue angle of 101.25º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6EFD2D is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 45 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.01 |
| HSL | 101.25º | 0.98% | 0.58% | - |
| HSV(B) | 101.25º | 0.82% | 0.99% | - |
| XYZ | 42.03 | 73.76 | 14.5 | - |
| YUV | 186.53 | 48.12 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 45 | 0.57 | 0 | 0.82 | 0.01 | 101.25 | 0.98 | 0.58 |
| Hex | 6E | FD | 2D | 39 | 0 | 52 | 1 | 65 | 62 | 3A |
| Octal | 156 | 375 | 55 | 71 | 0 | 122 | 1 | 145 | 142 | 72 |
| Binary | 1101110 | 11111101 | 101101 | 111001 | 0 | 1010010 | 1 | 1100101 | 1100010 | 111010 |
Color Harmonies of #6EFD2D
Complementary color
Monochromatic Colors of #6EFD2D
Black with #6EFD2D
Text Example
Text Example
White with #6EFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFD2D; }
p { color: rgb(110,253,45); }
H1.HeaderClassName
{
color: #6EFD2D;
}
.AnyTagClassName
{
color: #6EFD2D;
}
</style>
background-color css
<style>
a { background-color: #6EFD2D; }
a { background-color: rgb(110,253,45); }
div.DivClassName
{
background-color: #6EFD2D;
}
.BgClassName
{
background-color: #6EFD2D;
}
</style>
border-color css
<style>
span { border-color: #6EFD2D; }
span { border-color: rgb(110,253,45); }
td.TdClassName
{
border-color: #6EFD2D;
}
.TagClassName
{
border-color: #6EFD2D;
}
</style>