Shades of Bright Green #6BFA1E
Tints of Bright Green #6BFA1E
RGB
CMYK
RGB Variations
Color information
#6BFA1E (or 0x6BFA1E) is known color: Bright Green. HEX triplet: 6B, FA and 1E. RGB value is (107,250,30). Sum of RGB (Red+Green+Blue) = 107+250+30=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFA1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BFA1E is #9405E1. Grayscale: #B6B6B6. Windows color (decimal): -9700834 or 2030187. OLE color: 2030187.
HSL color Cylindrical-coordinate representation of color #6BFA1E: hue angle of 99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6BFA1E is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 30 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.02 |
| HSL | 99º | 0.96% | 0.55% | - |
| HSV(B) | 99º | 0.88% | 0.98% | - |
| XYZ | 40.48 | 71.59 | 12.91 | - |
| YUV | 182.16 | 42.12 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 30 | 0.57 | 0 | 0.88 | 0.02 | 99 | 0.96 | 0.55 |
| Hex | 6B | FA | 1E | 39 | 0 | 58 | 2 | 63 | 60 | 37 |
| Octal | 153 | 372 | 36 | 71 | 0 | 130 | 2 | 143 | 140 | 67 |
| Binary | 1101011 | 11111010 | 11110 | 111001 | 0 | 1011000 | 10 | 1100011 | 1100000 | 110111 |
Color Harmonies of #6BFA1E
Complementary color
Monochromatic Colors of #6BFA1E
Black with #6BFA1E
Text Example
Text Example
White with #6BFA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFA1E; }
p { color: rgb(107,250,30); }
H1.HeaderClassName
{
color: #6BFA1E;
}
.AnyTagClassName
{
color: #6BFA1E;
}
</style>
background-color css
<style>
a { background-color: #6BFA1E; }
a { background-color: rgb(107,250,30); }
div.DivClassName
{
background-color: #6BFA1E;
}
.BgClassName
{
background-color: #6BFA1E;
}
</style>
border-color css
<style>
span { border-color: #6BFA1E; }
span { border-color: rgb(107,250,30); }
td.TdClassName
{
border-color: #6BFA1E;
}
.TagClassName
{
border-color: #6BFA1E;
}
</style>