Shades of Bright Green #6AE62C
Tints of Bright Green #6AE62C
RGB
CMYK
RGB Variations
Color information
#6AE62C (or 0x6AE62C) is known color: Bright Green. HEX triplet: 6A, E6 and 2C. RGB value is (106,230,44). Sum of RGB (Red+Green+Blue) = 106+230+44=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 230 (90.23% from 255 or 60.53% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 230 - color contains mainly: green. Hex color #6AE62C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AE62C is #9519D3. Grayscale: #ACACAC. Windows color (decimal): -9771476 or 2942570. OLE color: 2942570.
HSL color Cylindrical-coordinate representation of color #6AE62C: hue angle of 100º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6AE62C is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 230 | 44 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.10 |
| HSL | 100º | 0.79% | 0.54% | - |
| HSV(B) | 100º | 0.81% | 0.9% | - |
| XYZ | 34.7 | 59.84 | 12.1 | - |
| YUV | 171.72 | 55.92 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 230 | 44 | 0.54 | 0 | 0.81 | 0.10 | 100 | 0.79 | 0.54 |
| Hex | 6A | E6 | 2C | 36 | 0 | 51 | A | 64 | 4F | 36 |
| Octal | 152 | 346 | 54 | 66 | 0 | 121 | 12 | 144 | 117 | 66 |
| Binary | 1101010 | 11100110 | 101100 | 110110 | 0 | 1010001 | 1010 | 1100100 | 1001111 | 110110 |
Color Harmonies of #6AE62C
Complementary color
Monochromatic Colors of #6AE62C
Black with #6AE62C
Text Example
Text Example
White with #6AE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE62C; }
p { color: rgb(106,230,44); }
H1.HeaderClassName
{
color: #6AE62C;
}
.AnyTagClassName
{
color: #6AE62C;
}
</style>
background-color css
<style>
a { background-color: #6AE62C; }
a { background-color: rgb(106,230,44); }
div.DivClassName
{
background-color: #6AE62C;
}
.BgClassName
{
background-color: #6AE62C;
}
</style>
border-color css
<style>
span { border-color: #6AE62C; }
span { border-color: rgb(106,230,44); }
td.TdClassName
{
border-color: #6AE62C;
}
.TagClassName
{
border-color: #6AE62C;
}
</style>