Shades of Bright Green #6EFA2D
Tints of Bright Green #6EFA2D
RGB
CMYK
RGB Variations
Color information
#6EFA2D (or 0x6EFA2D) is known color: Bright Green. HEX triplet: 6E, FA and 2D. RGB value is (110,250,45). Sum of RGB (Red+Green+Blue) = 110+250+45=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 250 (98.05% from 255 or 61.73% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFA2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6EFA2D is #9105D2. Grayscale: #B9B9B9. Windows color (decimal): -9504211 or 3013230. OLE color: 3013230.
HSL color Cylindrical-coordinate representation of color #6EFA2D: hue angle of 100.98º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6EFA2D is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 250 | 45 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.02 |
| HSL | 100.98º | 0.95% | 0.58% | - |
| HSV(B) | 100.98º | 0.82% | 0.98% | - |
| XYZ | 41.09 | 71.88 | 14.19 | - |
| YUV | 184.77 | 49.12 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 250 | 45 | 0.56 | 0 | 0.82 | 0.02 | 100.98 | 0.95 | 0.58 |
| Hex | 6E | FA | 2D | 38 | 0 | 52 | 2 | 65 | 5F | 3A |
| Octal | 156 | 372 | 55 | 70 | 0 | 122 | 2 | 145 | 137 | 72 |
| Binary | 1101110 | 11111010 | 101101 | 111000 | 0 | 1010010 | 10 | 1100101 | 1011111 | 111010 |
Color Harmonies of #6EFA2D
Complementary color
Monochromatic Colors of #6EFA2D
Black with #6EFA2D
Text Example
Text Example
White with #6EFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFA2D; }
p { color: rgb(110,250,45); }
H1.HeaderClassName
{
color: #6EFA2D;
}
.AnyTagClassName
{
color: #6EFA2D;
}
</style>
background-color css
<style>
a { background-color: #6EFA2D; }
a { background-color: rgb(110,250,45); }
div.DivClassName
{
background-color: #6EFA2D;
}
.BgClassName
{
background-color: #6EFA2D;
}
</style>
border-color css
<style>
span { border-color: #6EFA2D; }
span { border-color: rgb(110,250,45); }
td.TdClassName
{
border-color: #6EFA2D;
}
.TagClassName
{
border-color: #6EFA2D;
}
</style>