Shades of Bright Green #6BF02A
Tints of Bright Green #6BF02A
RGB
CMYK
RGB Variations
Color information
#6BF02A (or 0x6BF02A) is known color: Bright Green. HEX triplet: 6B, F0 and 2A. RGB value is (107,240,42). Sum of RGB (Red+Green+Blue) = 107+240+42=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 240 (94.14% from 255 or 61.70% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF02A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BF02A is #940FD5. Grayscale: #B2B2B2. Windows color (decimal): -9703382 or 2814059. OLE color: 2814059.
HSL color Cylindrical-coordinate representation of color #6BF02A: hue angle of 100.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6BF02A is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 240 | 42 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.06 |
| HSL | 100.3º | 0.87% | 0.55% | - |
| HSV(B) | 100.3º | 0.83% | 0.94% | - |
| XYZ | 37.64 | 65.61 | 12.87 | - |
| YUV | 177.66 | 51.44 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 240 | 42 | 0.55 | 0 | 0.82 | 0.06 | 100.3 | 0.87 | 0.55 |
| Hex | 6B | F0 | 2A | 37 | 0 | 52 | 6 | 64 | 57 | 37 |
| Octal | 153 | 360 | 52 | 67 | 0 | 122 | 6 | 144 | 127 | 67 |
| Binary | 1101011 | 11110000 | 101010 | 110111 | 0 | 1010010 | 110 | 1100100 | 1010111 | 110111 |
Color Harmonies of #6BF02A
Complementary color
Monochromatic Colors of #6BF02A
Black with #6BF02A
Text Example
Text Example
White with #6BF02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF02A; }
p { color: rgb(107,240,42); }
H1.HeaderClassName
{
color: #6BF02A;
}
.AnyTagClassName
{
color: #6BF02A;
}
</style>
background-color css
<style>
a { background-color: #6BF02A; }
a { background-color: rgb(107,240,42); }
div.DivClassName
{
background-color: #6BF02A;
}
.BgClassName
{
background-color: #6BF02A;
}
</style>
border-color css
<style>
span { border-color: #6BF02A; }
span { border-color: rgb(107,240,42); }
td.TdClassName
{
border-color: #6BF02A;
}
.TagClassName
{
border-color: #6BF02A;
}
</style>