Shades of Bright Green #6BFC2A
Tints of Bright Green #6BFC2A
RGB
CMYK
RGB Variations
Color information
#6BFC2A (or 0x6BFC2A) is known color: Bright Green. HEX triplet: 6B, FC and 2A. RGB value is (107,252,42). Sum of RGB (Red+Green+Blue) = 107+252+42=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 252 (98.83% from 255 or 62.84% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFC2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BFC2A is #9403D5. Grayscale: #B9B9B9. Windows color (decimal): -9700310 or 2817131. OLE color: 2817131.
HSL color Cylindrical-coordinate representation of color #6BFC2A: hue angle of 101.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6BFC2A is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 42 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.01 |
| HSL | 101.43º | 0.97% | 0.58% | - |
| HSV(B) | 101.43º | 0.83% | 0.99% | - |
| XYZ | 41.29 | 72.91 | 14.09 | - |
| YUV | 184.71 | 47.46 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 42 | 0.58 | 0 | 0.83 | 0.01 | 101.43 | 0.97 | 0.58 |
| Hex | 6B | FC | 2A | 3A | 0 | 53 | 1 | 65 | 61 | 3A |
| Octal | 153 | 374 | 52 | 72 | 0 | 123 | 1 | 145 | 141 | 72 |
| Binary | 1101011 | 11111100 | 101010 | 111010 | 0 | 1010011 | 1 | 1100101 | 1100001 | 111010 |
Color Harmonies of #6BFC2A
Complementary color
Monochromatic Colors of #6BFC2A
Black with #6BFC2A
Text Example
Text Example
White with #6BFC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFC2A; }
p { color: rgb(107,252,42); }
H1.HeaderClassName
{
color: #6BFC2A;
}
.AnyTagClassName
{
color: #6BFC2A;
}
</style>
background-color css
<style>
a { background-color: #6BFC2A; }
a { background-color: rgb(107,252,42); }
div.DivClassName
{
background-color: #6BFC2A;
}
.BgClassName
{
background-color: #6BFC2A;
}
</style>
border-color css
<style>
span { border-color: #6BFC2A; }
span { border-color: rgb(107,252,42); }
td.TdClassName
{
border-color: #6BFC2A;
}
.TagClassName
{
border-color: #6BFC2A;
}
</style>