Shades of Bright Green #6FFC02
Tints of Bright Green #6FFC02
RGB
CMYK
RGB Variations
Color information
#6FFC02 (or 0x6FFC02) is known color: Bright Green. HEX triplet: 6F, FC and 02. RGB value is (111,252,2). Sum of RGB (Red+Green+Blue) = 111+252+2=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 252 (98.83% from 255 or 69.04% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFC02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FFC02 is #9003FD. Grayscale: #B6B6B6. Windows color (decimal): -9438206 or 195695. OLE color: 195695.
HSL color Cylindrical-coordinate representation of color #6FFC02: hue angle of 93.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FFC02 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.01 |
| HSL | 93.84º | 0.98% | 0.5% | - |
| HSV(B) | 93.84º | 0.99% | 0.99% | - |
| XYZ | 41.38 | 73 | 11.97 | - |
| YUV | 181.34 | 26.79 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 2 | 0.56 | 0 | 0.99 | 0.01 | 93.84 | 0.98 | 0.5 |
| Hex | 6F | FC | 2 | 38 | 0 | 63 | 1 | 5E | 62 | 32 |
| Octal | 157 | 374 | 2 | 70 | 0 | 143 | 1 | 136 | 142 | 62 |
| Binary | 1101111 | 11111100 | 10 | 111000 | 0 | 1100011 | 1 | 1011110 | 1100010 | 110010 |
Color Harmonies of #6FFC02
Complementary color
Monochromatic Colors of #6FFC02
Black with #6FFC02
Text Example
Text Example
White with #6FFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFC02; }
p { color: rgb(111,252,2); }
H1.HeaderClassName
{
color: #6FFC02;
}
.AnyTagClassName
{
color: #6FFC02;
}
</style>
background-color css
<style>
a { background-color: #6FFC02; }
a { background-color: rgb(111,252,2); }
div.DivClassName
{
background-color: #6FFC02;
}
.BgClassName
{
background-color: #6FFC02;
}
</style>
border-color css
<style>
span { border-color: #6FFC02; }
span { border-color: rgb(111,252,2); }
td.TdClassName
{
border-color: #6FFC02;
}
.TagClassName
{
border-color: #6FFC02;
}
</style>