Shades of Bright Green #6BFF2A
Tints of Bright Green #6BFF2A
RGB
CMYK
RGB Variations
Color information
#6BFF2A (or 0x6BFF2A) is known color: Bright Green. HEX triplet: 6B, FF and 2A. RGB value is (107,255,42). Sum of RGB (Red+Green+Blue) = 107+255+42=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFF2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BFF2A is #9400D5. Grayscale: #BBBBBB. Windows color (decimal): -9699542 or 2817899. OLE color: 2817899.
HSL color Cylindrical-coordinate representation of color #6BFF2A: hue angle of 101.69º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6BFF2A is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 42 | - |
| CMYK | 0.58 | 0 | 0.84 | 0 |
| HSL | 101.69º | 1% | 0.58% | - |
| HSV(B) | 101.69º | 0.84% | 1% | - |
| XYZ | 42.24 | 74.81 | 14.4 | - |
| YUV | 186.47 | 46.47 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 42 | 0.58 | 0 | 0.84 | 0 | 101.69 | 1 | 0.58 |
| Hex | 6B | FF | 2A | 3A | 0 | 54 | 0 | 66 | 64 | 3A |
| Octal | 153 | 377 | 52 | 72 | 0 | 124 | 0 | 146 | 144 | 72 |
| Binary | 1101011 | 11111111 | 101010 | 111010 | 0 | 1010100 | 0 | 1100110 | 1100100 | 111010 |
Color Harmonies of #6BFF2A
Complementary color
Monochromatic Colors of #6BFF2A
Black with #6BFF2A
Text Example
Text Example
White with #6BFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFF2A; }
p { color: rgb(107,255,42); }
H1.HeaderClassName
{
color: #6BFF2A;
}
.AnyTagClassName
{
color: #6BFF2A;
}
</style>
background-color css
<style>
a { background-color: #6BFF2A; }
a { background-color: rgb(107,255,42); }
div.DivClassName
{
background-color: #6BFF2A;
}
.BgClassName
{
background-color: #6BFF2A;
}
</style>
border-color css
<style>
span { border-color: #6BFF2A; }
span { border-color: rgb(107,255,42); }
td.TdClassName
{
border-color: #6BFF2A;
}
.TagClassName
{
border-color: #6BFF2A;
}
</style>