Shades of Bright Green #6CE01C
Tints of Bright Green #6CE01C
RGB
CMYK
RGB Variations
Color information
#6CE01C (or 0x6CE01C) is known color: Bright Green. HEX triplet: 6C, E0 and 1C. RGB value is (108,224,28). Sum of RGB (Red+Green+Blue) = 108+224+28=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE01C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CE01C is #931FE3. Grayscale: #A7A7A7. Windows color (decimal): -9641956 or 1892460. OLE color: 1892460.
HSL color Cylindrical-coordinate representation of color #6CE01C: hue angle of 95.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6CE01C is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 224 | 28 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.12 |
| HSL | 95.51º | 0.78% | 0.49% | - |
| HSV(B) | 95.51º | 0.88% | 0.88% | - |
| XYZ | 33.05 | 56.58 | 10.28 | - |
| YUV | 166.97 | 49.57 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 28 | 0.52 | 0 | 0.88 | 0.12 | 95.51 | 0.78 | 0.49 |
| Hex | 6C | E0 | 1C | 34 | 0 | 58 | C | 60 | 4E | 31 |
| Octal | 154 | 340 | 34 | 64 | 0 | 130 | 14 | 140 | 116 | 61 |
| Binary | 1101100 | 11100000 | 11100 | 110100 | 0 | 1011000 | 1100 | 1100000 | 1001110 | 110001 |
Color Harmonies of #6CE01C
Complementary color
Monochromatic Colors of #6CE01C
Black with #6CE01C
Text Example
Text Example
White with #6CE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE01C; }
p { color: rgb(108,224,28); }
H1.HeaderClassName
{
color: #6CE01C;
}
.AnyTagClassName
{
color: #6CE01C;
}
</style>
background-color css
<style>
a { background-color: #6CE01C; }
a { background-color: rgb(108,224,28); }
div.DivClassName
{
background-color: #6CE01C;
}
.BgClassName
{
background-color: #6CE01C;
}
</style>
border-color css
<style>
span { border-color: #6CE01C; }
span { border-color: rgb(108,224,28); }
td.TdClassName
{
border-color: #6CE01C;
}
.TagClassName
{
border-color: #6CE01C;
}
</style>