Shades of Bright Green #68FF34
Tints of Bright Green #68FF34
RGB
CMYK
RGB Variations
Color information
#68FF34 (or 0x68FF34) is known color: Bright Green. HEX triplet: 68, FF and 34. RGB value is (104,255,52). Sum of RGB (Red+Green+Blue) = 104+255+52=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #68FF34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68FF34 is #9700CB. Grayscale: #BBBBBB. Windows color (decimal): -9896140 or 3473256. OLE color: 3473256.
HSL color Cylindrical-coordinate representation of color #68FF34: hue angle of 104.63º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68FF34 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 52 | - |
| CMYK | 0.59 | 0 | 0.80 | 0 |
| HSL | 104.63º | 1% | 0.6% | - |
| HSV(B) | 104.63º | 0.8% | 1% | - |
| XYZ | 42.09 | 74.71 | 15.45 | - |
| YUV | 186.71 | 51.97 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 52 | 0.59 | 0 | 0.80 | 0 | 104.63 | 1 | 0.6 |
| Hex | 68 | FF | 34 | 3B | 0 | 50 | 0 | 69 | 64 | 3C |
| Octal | 150 | 377 | 64 | 73 | 0 | 120 | 0 | 151 | 144 | 74 |
| Binary | 1101000 | 11111111 | 110100 | 111011 | 0 | 1010000 | 0 | 1101001 | 1100100 | 111100 |
Color Harmonies of #68FF34
Complementary color
Monochromatic Colors of #68FF34
Black with #68FF34
Text Example
Text Example
White with #68FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FF34; }
p { color: rgb(104,255,52); }
H1.HeaderClassName
{
color: #68FF34;
}
.AnyTagClassName
{
color: #68FF34;
}
</style>
background-color css
<style>
a { background-color: #68FF34; }
a { background-color: rgb(104,255,52); }
div.DivClassName
{
background-color: #68FF34;
}
.BgClassName
{
background-color: #68FF34;
}
</style>
border-color css
<style>
span { border-color: #68FF34; }
span { border-color: rgb(104,255,52); }
td.TdClassName
{
border-color: #68FF34;
}
.TagClassName
{
border-color: #68FF34;
}
</style>