Shades of Bright Green #68FA34
Tints of Bright Green #68FA34
RGB
CMYK
RGB Variations
Color information
#68FA34 (or 0x68FA34) is known color: Bright Green. HEX triplet: 68, FA and 34. RGB value is (104,250,52). Sum of RGB (Red+Green+Blue) = 104+250+52=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #68FA34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68FA34 is #9705CB. Grayscale: #B8B8B8. Windows color (decimal): -9897420 or 3471976. OLE color: 3471976.
HSL color Cylindrical-coordinate representation of color #68FA34: hue angle of 104.24º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68FA34 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 52 | - |
| CMYK | 0.58 | 0 | 0.79 | 0.02 |
| HSL | 104.24º | 0.95% | 0.59% | - |
| HSV(B) | 104.24º | 0.79% | 0.98% | - |
| XYZ | 40.51 | 71.56 | 14.93 | - |
| YUV | 183.77 | 53.63 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 52 | 0.58 | 0 | 0.79 | 0.02 | 104.24 | 0.95 | 0.59 |
| Hex | 68 | FA | 34 | 3A | 0 | 4F | 2 | 68 | 5F | 3B |
| Octal | 150 | 372 | 64 | 72 | 0 | 117 | 2 | 150 | 137 | 73 |
| Binary | 1101000 | 11111010 | 110100 | 111010 | 0 | 1001111 | 10 | 1101000 | 1011111 | 111011 |
Color Harmonies of #68FA34
Complementary color
Monochromatic Colors of #68FA34
Black with #68FA34
Text Example
Text Example
White with #68FA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FA34; }
p { color: rgb(104,250,52); }
H1.HeaderClassName
{
color: #68FA34;
}
.AnyTagClassName
{
color: #68FA34;
}
</style>
background-color css
<style>
a { background-color: #68FA34; }
a { background-color: rgb(104,250,52); }
div.DivClassName
{
background-color: #68FA34;
}
.BgClassName
{
background-color: #68FA34;
}
</style>
border-color css
<style>
span { border-color: #68FA34; }
span { border-color: rgb(104,250,52); }
td.TdClassName
{
border-color: #68FA34;
}
.TagClassName
{
border-color: #68FA34;
}
</style>