Shades of Bright Green #6FF02C
Tints of Bright Green #6FF02C
RGB
CMYK
RGB Variations
Color information
#6FF02C (or 0x6FF02C) is known color: Bright Green. HEX triplet: 6F, F0 and 2C. RGB value is (111,240,44). Sum of RGB (Red+Green+Blue) = 111+240+44=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 240 (94.14% from 255 or 60.76% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF02C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6FF02C is #900FD3. Grayscale: #B3B3B3. Windows color (decimal): -9441236 or 2945135. OLE color: 2945135.
HSL color Cylindrical-coordinate representation of color #6FF02C: hue angle of 99.49º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6FF02C is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 44 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.06 |
| HSL | 99.49º | 0.87% | 0.56% | - |
| HSV(B) | 99.49º | 0.82% | 0.94% | - |
| XYZ | 38.17 | 65.88 | 13.09 | - |
| YUV | 179.09 | 51.76 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 44 | 0.54 | 0 | 0.82 | 0.06 | 99.49 | 0.87 | 0.56 |
| Hex | 6F | F0 | 2C | 36 | 0 | 52 | 6 | 63 | 57 | 38 |
| Octal | 157 | 360 | 54 | 66 | 0 | 122 | 6 | 143 | 127 | 70 |
| Binary | 1101111 | 11110000 | 101100 | 110110 | 0 | 1010010 | 110 | 1100011 | 1010111 | 111000 |
Color Harmonies of #6FF02C
Complementary color
Monochromatic Colors of #6FF02C
Black with #6FF02C
Text Example
Text Example
White with #6FF02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF02C; }
p { color: rgb(111,240,44); }
H1.HeaderClassName
{
color: #6FF02C;
}
.AnyTagClassName
{
color: #6FF02C;
}
</style>
background-color css
<style>
a { background-color: #6FF02C; }
a { background-color: rgb(111,240,44); }
div.DivClassName
{
background-color: #6FF02C;
}
.BgClassName
{
background-color: #6FF02C;
}
</style>
border-color css
<style>
span { border-color: #6FF02C; }
span { border-color: rgb(111,240,44); }
td.TdClassName
{
border-color: #6FF02C;
}
.TagClassName
{
border-color: #6FF02C;
}
</style>