Shades of Bright Green #6CE002
Tints of Bright Green #6CE002
RGB
CMYK
RGB Variations
Color information
#6CE002 (or 0x6CE002) is known color: Bright Green. HEX triplet: 6C, E0 and 02. RGB value is (108,224,2). Sum of RGB (Red+Green+Blue) = 108+224+2=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CE002 is #931FFD. Grayscale: #A4A4A4. Windows color (decimal): -9641982 or 188524. OLE color: 188524.
HSL color Cylindrical-coordinate representation of color #6CE002: hue angle of 91.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CE002 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 224 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.12 |
| HSL | 91.35º | 0.98% | 0.44% | - |
| HSV(B) | 91.35º | 0.99% | 0.88% | - |
| XYZ | 32.85 | 56.5 | 9.23 | - |
| YUV | 164.01 | 36.57 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 2 | 0.52 | 0 | 0.99 | 0.12 | 91.35 | 0.98 | 0.44 |
| Hex | 6C | E0 | 2 | 34 | 0 | 63 | C | 5B | 62 | 2C |
| Octal | 154 | 340 | 2 | 64 | 0 | 143 | 14 | 133 | 142 | 54 |
| Binary | 1101100 | 11100000 | 10 | 110100 | 0 | 1100011 | 1100 | 1011011 | 1100010 | 101100 |
Color Harmonies of #6CE002
Complementary color
Monochromatic Colors of #6CE002
Black with #6CE002
Text Example
Text Example
White with #6CE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE002; }
p { color: rgb(108,224,2); }
H1.HeaderClassName
{
color: #6CE002;
}
.AnyTagClassName
{
color: #6CE002;
}
</style>
background-color css
<style>
a { background-color: #6CE002; }
a { background-color: rgb(108,224,2); }
div.DivClassName
{
background-color: #6CE002;
}
.BgClassName
{
background-color: #6CE002;
}
</style>
border-color css
<style>
span { border-color: #6CE002; }
span { border-color: rgb(108,224,2); }
td.TdClassName
{
border-color: #6CE002;
}
.TagClassName
{
border-color: #6CE002;
}
</style>