Shades of Bright Green #6CFC34
Tints of Bright Green #6CFC34
RGB
CMYK
RGB Variations
Color information
#6CFC34 (or 0x6CFC34) is known color: Bright Green. HEX triplet: 6C, FC and 34. RGB value is (108,252,52). Sum of RGB (Red+Green+Blue) = 108+252+52=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 252 (98.83% from 255 or 61.17% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CFC34 is #9303CB. Grayscale: #BABABA. Windows color (decimal): -9634764 or 3472492. OLE color: 3472492.
HSL color Cylindrical-coordinate representation of color #6CFC34: hue angle of 103.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6CFC34 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 52 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.01 |
| HSL | 103.2º | 0.97% | 0.6% | - |
| HSV(B) | 103.2º | 0.79% | 0.99% | - |
| XYZ | 41.61 | 73.06 | 15.16 | - |
| YUV | 186.14 | 52.29 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 52 | 0.57 | 0 | 0.79 | 0.01 | 103.2 | 0.97 | 0.6 |
| Hex | 6C | FC | 34 | 39 | 0 | 4F | 1 | 67 | 61 | 3C |
| Octal | 154 | 374 | 64 | 71 | 0 | 117 | 1 | 147 | 141 | 74 |
| Binary | 1101100 | 11111100 | 110100 | 111001 | 0 | 1001111 | 1 | 1100111 | 1100001 | 111100 |
Color Harmonies of #6CFC34
Complementary color
Monochromatic Colors of #6CFC34
Black with #6CFC34
Text Example
Text Example
White with #6CFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFC34; }
p { color: rgb(108,252,52); }
H1.HeaderClassName
{
color: #6CFC34;
}
.AnyTagClassName
{
color: #6CFC34;
}
</style>
background-color css
<style>
a { background-color: #6CFC34; }
a { background-color: rgb(108,252,52); }
div.DivClassName
{
background-color: #6CFC34;
}
.BgClassName
{
background-color: #6CFC34;
}
</style>
border-color css
<style>
span { border-color: #6CFC34; }
span { border-color: rgb(108,252,52); }
td.TdClassName
{
border-color: #6CFC34;
}
.TagClassName
{
border-color: #6CFC34;
}
</style>