Shades of Bright Green #6BFC2D
Tints of Bright Green #6BFC2D
RGB
CMYK
RGB Variations
Color information
#6BFC2D (or 0x6BFC2D) is known color: Bright Green. HEX triplet: 6B, FC and 2D. RGB value is (107,252,45). Sum of RGB (Red+Green+Blue) = 107+252+45=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 252 (98.83% from 255 or 62.38% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFC2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BFC2D is #9403D2. Grayscale: #B9B9B9. Windows color (decimal): -9700307 or 3013739. OLE color: 3013739.
HSL color Cylindrical-coordinate representation of color #6BFC2D: hue angle of 102.03º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6BFC2D is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 45 | - |
| CMYK | 0.58 | 0 | 0.82 | 0.01 |
| HSL | 102.03º | 0.97% | 0.58% | - |
| HSV(B) | 102.03º | 0.82% | 0.99% | - |
| XYZ | 41.35 | 72.94 | 14.38 | - |
| YUV | 185.05 | 48.96 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 45 | 0.58 | 0 | 0.82 | 0.01 | 102.03 | 0.97 | 0.58 |
| Hex | 6B | FC | 2D | 3A | 0 | 52 | 1 | 66 | 61 | 3A |
| Octal | 153 | 374 | 55 | 72 | 0 | 122 | 1 | 146 | 141 | 72 |
| Binary | 1101011 | 11111100 | 101101 | 111010 | 0 | 1010010 | 1 | 1100110 | 1100001 | 111010 |
Color Harmonies of #6BFC2D
Complementary color
Monochromatic Colors of #6BFC2D
Black with #6BFC2D
Text Example
Text Example
White with #6BFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFC2D; }
p { color: rgb(107,252,45); }
H1.HeaderClassName
{
color: #6BFC2D;
}
.AnyTagClassName
{
color: #6BFC2D;
}
</style>
background-color css
<style>
a { background-color: #6BFC2D; }
a { background-color: rgb(107,252,45); }
div.DivClassName
{
background-color: #6BFC2D;
}
.BgClassName
{
background-color: #6BFC2D;
}
</style>
border-color css
<style>
span { border-color: #6BFC2D; }
span { border-color: rgb(107,252,45); }
td.TdClassName
{
border-color: #6BFC2D;
}
.TagClassName
{
border-color: #6BFC2D;
}
</style>