Shades of Bright Green #6CF002
Tints of Bright Green #6CF002
RGB
CMYK
RGB Variations
Color information
#6CF002 (or 0x6CF002) is known color: Bright Green. HEX triplet: 6C, F0 and 02. RGB value is (108,240,2). Sum of RGB (Red+Green+Blue) = 108+240+2=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 240 (94.14% from 255 or 68.57% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF002 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF002 is #930FFD. Grayscale: #AEAEAE. Windows color (decimal): -9637886 or 192620. OLE color: 192620.
HSL color Cylindrical-coordinate representation of color #6CF002: hue angle of 93.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CF002 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 2 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.06 |
| HSL | 93.28º | 0.98% | 0.47% | - |
| HSV(B) | 93.28º | 0.99% | 0.94% | - |
| XYZ | 37.36 | 65.51 | 10.73 | - |
| YUV | 173.4 | 31.27 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 2 | 0.55 | 0 | 0.99 | 0.06 | 93.28 | 0.98 | 0.47 |
| Hex | 6C | F0 | 2 | 37 | 0 | 63 | 6 | 5D | 62 | 2F |
| Octal | 154 | 360 | 2 | 67 | 0 | 143 | 6 | 135 | 142 | 57 |
| Binary | 1101100 | 11110000 | 10 | 110111 | 0 | 1100011 | 110 | 1011101 | 1100010 | 101111 |
Color Harmonies of #6CF002
Complementary color
Monochromatic Colors of #6CF002
Black with #6CF002
Text Example
Text Example
White with #6CF002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF002; }
p { color: rgb(108,240,2); }
H1.HeaderClassName
{
color: #6CF002;
}
.AnyTagClassName
{
color: #6CF002;
}
</style>
background-color css
<style>
a { background-color: #6CF002; }
a { background-color: rgb(108,240,2); }
div.DivClassName
{
background-color: #6CF002;
}
.BgClassName
{
background-color: #6CF002;
}
</style>
border-color css
<style>
span { border-color: #6CF002; }
span { border-color: rgb(108,240,2); }
td.TdClassName
{
border-color: #6CF002;
}
.TagClassName
{
border-color: #6CF002;
}
</style>