Shades of Bright Green #68F021
Tints of Bright Green #68F021
RGB
CMYK
RGB Variations
Color information
#68F021 (or 0x68F021) is known color: Bright Green. HEX triplet: 68, F0 and 21. RGB value is (104,240,33). Sum of RGB (Red+Green+Blue) = 104+240+33=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #68F021 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F021 is #970FDE. Grayscale: #B0B0B0. Windows color (decimal): -9899999 or 2224232. OLE color: 2224232.
HSL color Cylindrical-coordinate representation of color #68F021: hue angle of 99.42º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68F021 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 33 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.06 |
| HSL | 99.42º | 0.87% | 0.54% | - |
| HSV(B) | 99.42º | 0.86% | 0.94% | - |
| XYZ | 37.14 | 65.37 | 12.1 | - |
| YUV | 175.74 | 47.44 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 33 | 0.57 | 0 | 0.86 | 0.06 | 99.42 | 0.87 | 0.54 |
| Hex | 68 | F0 | 21 | 39 | 0 | 56 | 6 | 63 | 57 | 36 |
| Octal | 150 | 360 | 41 | 71 | 0 | 126 | 6 | 143 | 127 | 66 |
| Binary | 1101000 | 11110000 | 100001 | 111001 | 0 | 1010110 | 110 | 1100011 | 1010111 | 110110 |
Color Harmonies of #68F021
Complementary color
Monochromatic Colors of #68F021
Black with #68F021
Text Example
Text Example
White with #68F021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F021; }
p { color: rgb(104,240,33); }
H1.HeaderClassName
{
color: #68F021;
}
.AnyTagClassName
{
color: #68F021;
}
</style>
background-color css
<style>
a { background-color: #68F021; }
a { background-color: rgb(104,240,33); }
div.DivClassName
{
background-color: #68F021;
}
.BgClassName
{
background-color: #68F021;
}
</style>
border-color css
<style>
span { border-color: #68F021; }
span { border-color: rgb(104,240,33); }
td.TdClassName
{
border-color: #68F021;
}
.TagClassName
{
border-color: #68F021;
}
</style>