Shades of Bright Green #6CE12C
Tints of Bright Green #6CE12C
RGB
CMYK
RGB Variations
Color information
#6CE12C (or 0x6CE12C) is known color: Bright Green. HEX triplet: 6C, E1 and 2C. RGB value is (108,225,44). Sum of RGB (Red+Green+Blue) = 108+225+44=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CE12C is #931ED3. Grayscale: #A9A9A9. Windows color (decimal): -9641684 or 2941292. OLE color: 2941292.
HSL color Cylindrical-coordinate representation of color #6CE12C: hue angle of 98.78º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6CE12C is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 225 | 44 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.12 |
| HSL | 98.78º | 0.75% | 0.53% | - |
| HSV(B) | 98.78º | 0.8% | 0.88% | - |
| XYZ | 33.56 | 57.22 | 11.66 | - |
| YUV | 169.38 | 57.24 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 225 | 44 | 0.52 | 0 | 0.80 | 0.12 | 98.78 | 0.75 | 0.53 |
| Hex | 6C | E1 | 2C | 34 | 0 | 50 | C | 63 | 4B | 35 |
| Octal | 154 | 341 | 54 | 64 | 0 | 120 | 14 | 143 | 113 | 65 |
| Binary | 1101100 | 11100001 | 101100 | 110100 | 0 | 1010000 | 1100 | 1100011 | 1001011 | 110101 |
Color Harmonies of #6CE12C
Complementary color
Monochromatic Colors of #6CE12C
Black with #6CE12C
Text Example
Text Example
White with #6CE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE12C; }
p { color: rgb(108,225,44); }
H1.HeaderClassName
{
color: #6CE12C;
}
.AnyTagClassName
{
color: #6CE12C;
}
</style>
background-color css
<style>
a { background-color: #6CE12C; }
a { background-color: rgb(108,225,44); }
div.DivClassName
{
background-color: #6CE12C;
}
.BgClassName
{
background-color: #6CE12C;
}
</style>
border-color css
<style>
span { border-color: #6CE12C; }
span { border-color: rgb(108,225,44); }
td.TdClassName
{
border-color: #6CE12C;
}
.TagClassName
{
border-color: #6CE12C;
}
</style>