Shades of Bright Green #6CE020
Tints of Bright Green #6CE020
RGB
CMYK
RGB Variations
Color information
#6CE020 (or 0x6CE020) is known color: Bright Green. HEX triplet: 6C, E0 and 20. RGB value is (108,224,32). Sum of RGB (Red+Green+Blue) = 108+224+32=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CE020 is #931FDF. Grayscale: #A8A8A8. Windows color (decimal): -9641952 or 2154604. OLE color: 2154604.
HSL color Cylindrical-coordinate representation of color #6CE020: hue angle of 96.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6CE020 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 224 | 32 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.12 |
| HSL | 96.25º | 0.76% | 0.5% | - |
| HSV(B) | 96.25º | 0.86% | 0.88% | - |
| XYZ | 33.1 | 56.6 | 10.55 | - |
| YUV | 167.43 | 51.57 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 32 | 0.52 | 0 | 0.86 | 0.12 | 96.25 | 0.76 | 0.5 |
| Hex | 6C | E0 | 20 | 34 | 0 | 56 | C | 60 | 4C | 32 |
| Octal | 154 | 340 | 40 | 64 | 0 | 126 | 14 | 140 | 114 | 62 |
| Binary | 1101100 | 11100000 | 100000 | 110100 | 0 | 1010110 | 1100 | 1100000 | 1001100 | 110010 |
Color Harmonies of #6CE020
Complementary color
Monochromatic Colors of #6CE020
Black with #6CE020
Text Example
Text Example
White with #6CE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE020; }
p { color: rgb(108,224,32); }
H1.HeaderClassName
{
color: #6CE020;
}
.AnyTagClassName
{
color: #6CE020;
}
</style>
background-color css
<style>
a { background-color: #6CE020; }
a { background-color: rgb(108,224,32); }
div.DivClassName
{
background-color: #6CE020;
}
.BgClassName
{
background-color: #6CE020;
}
</style>
border-color css
<style>
span { border-color: #6CE020; }
span { border-color: rgb(108,224,32); }
td.TdClassName
{
border-color: #6CE020;
}
.TagClassName
{
border-color: #6CE020;
}
</style>