Shades of Bright Green #6DFC30
Tints of Bright Green #6DFC30
RGB
CMYK
RGB Variations
Color information
#6DFC30 (or 0x6DFC30) is known color: Bright Green. HEX triplet: 6D, FC and 30. RGB value is (109,252,48). Sum of RGB (Red+Green+Blue) = 109+252+48=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 252 (98.83% from 255 or 61.61% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 252 - color contains mainly: green. Hex color #6DFC30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6DFC30 is #9203CF. Grayscale: #BABABA. Windows color (decimal): -9569232 or 3210349. OLE color: 3210349.
HSL color Cylindrical-coordinate representation of color #6DFC30: hue angle of 102.06º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6DFC30 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 252 | 48 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.01 |
| HSL | 102.06º | 0.97% | 0.59% | - |
| HSV(B) | 102.06º | 0.81% | 0.99% | - |
| XYZ | 41.65 | 73.09 | 14.71 | - |
| YUV | 185.99 | 50.12 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 252 | 48 | 0.57 | 0 | 0.81 | 0.01 | 102.06 | 0.97 | 0.59 |
| Hex | 6D | FC | 30 | 39 | 0 | 51 | 1 | 66 | 61 | 3B |
| Octal | 155 | 374 | 60 | 71 | 0 | 121 | 1 | 146 | 141 | 73 |
| Binary | 1101101 | 11111100 | 110000 | 111001 | 0 | 1010001 | 1 | 1100110 | 1100001 | 111011 |
Color Harmonies of #6DFC30
Complementary color
Monochromatic Colors of #6DFC30
Black with #6DFC30
Text Example
Text Example
White with #6DFC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFC30; }
p { color: rgb(109,252,48); }
H1.HeaderClassName
{
color: #6DFC30;
}
.AnyTagClassName
{
color: #6DFC30;
}
</style>
background-color css
<style>
a { background-color: #6DFC30; }
a { background-color: rgb(109,252,48); }
div.DivClassName
{
background-color: #6DFC30;
}
.BgClassName
{
background-color: #6DFC30;
}
</style>
border-color css
<style>
span { border-color: #6DFC30; }
span { border-color: rgb(109,252,48); }
td.TdClassName
{
border-color: #6DFC30;
}
.TagClassName
{
border-color: #6DFC30;
}
</style>