Shades of Bright Green #6CE312
Tints of Bright Green #6CE312
RGB
CMYK
RGB Variations
Color information
#6CE312 (or 0x6CE312) is known color: Bright Green. HEX triplet: 6C, E3 and 12. RGB value is (108,227,18). Sum of RGB (Red+Green+Blue) = 108+227+18=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 227 (89.06% from 255 or 64.31% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 227 - color contains mainly: green. Hex color #6CE312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CE312 is #931CED. Grayscale: #A8A8A8. Windows color (decimal): -9641198 or 1237868. OLE color: 1237868.
HSL color Cylindrical-coordinate representation of color #6CE312: hue angle of 94.16º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CE312 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 227 | 18 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.11 |
| HSL | 94.16º | 0.85% | 0.48% | - |
| HSV(B) | 94.16º | 0.92% | 0.89% | - |
| XYZ | 33.76 | 58.17 | 10.02 | - |
| YUV | 167.59 | 43.58 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 227 | 18 | 0.52 | 0 | 0.92 | 0.11 | 94.16 | 0.85 | 0.48 |
| Hex | 6C | E3 | 12 | 34 | 0 | 5C | B | 5E | 55 | 30 |
| Octal | 154 | 343 | 22 | 64 | 0 | 134 | 13 | 136 | 125 | 60 |
| Binary | 1101100 | 11100011 | 10010 | 110100 | 0 | 1011100 | 1011 | 1011110 | 1010101 | 110000 |
Color Harmonies of #6CE312
Complementary color
Monochromatic Colors of #6CE312
Black with #6CE312
Text Example
Text Example
White with #6CE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE312; }
p { color: rgb(108,227,18); }
H1.HeaderClassName
{
color: #6CE312;
}
.AnyTagClassName
{
color: #6CE312;
}
</style>
background-color css
<style>
a { background-color: #6CE312; }
a { background-color: rgb(108,227,18); }
div.DivClassName
{
background-color: #6CE312;
}
.BgClassName
{
background-color: #6CE312;
}
</style>
border-color css
<style>
span { border-color: #6CE312; }
span { border-color: rgb(108,227,18); }
td.TdClassName
{
border-color: #6CE312;
}
.TagClassName
{
border-color: #6CE312;
}
</style>