Shades of Bright Green #68F02B
Tints of Bright Green #68F02B
RGB
CMYK
RGB Variations
Color information
#68F02B (or 0x68F02B) is known color: Bright Green. HEX triplet: 68, F0 and 2B. RGB value is (104,240,43). Sum of RGB (Red+Green+Blue) = 104+240+43=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 240 (94.14% from 255 or 62.02% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 240 - color contains mainly: green. Hex color #68F02B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F02B is #970FD4. Grayscale: #B1B1B1. Windows color (decimal): -9899989 or 2879592. OLE color: 2879592.
HSL color Cylindrical-coordinate representation of color #68F02B: hue angle of 101.42º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68F02B is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 43 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.06 |
| HSL | 101.42º | 0.87% | 0.55% | - |
| HSV(B) | 101.42º | 0.82% | 0.94% | - |
| XYZ | 37.31 | 65.44 | 12.95 | - |
| YUV | 176.88 | 52.44 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 43 | 0.57 | 0 | 0.82 | 0.06 | 101.42 | 0.87 | 0.55 |
| Hex | 68 | F0 | 2B | 39 | 0 | 52 | 6 | 65 | 57 | 37 |
| Octal | 150 | 360 | 53 | 71 | 0 | 122 | 6 | 145 | 127 | 67 |
| Binary | 1101000 | 11110000 | 101011 | 111001 | 0 | 1010010 | 110 | 1100101 | 1010111 | 110111 |
Color Harmonies of #68F02B
Complementary color
Monochromatic Colors of #68F02B
Black with #68F02B
Text Example
Text Example
White with #68F02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F02B; }
p { color: rgb(104,240,43); }
H1.HeaderClassName
{
color: #68F02B;
}
.AnyTagClassName
{
color: #68F02B;
}
</style>
background-color css
<style>
a { background-color: #68F02B; }
a { background-color: rgb(104,240,43); }
div.DivClassName
{
background-color: #68F02B;
}
.BgClassName
{
background-color: #68F02B;
}
</style>
border-color css
<style>
span { border-color: #68F02B; }
span { border-color: rgb(104,240,43); }
td.TdClassName
{
border-color: #68F02B;
}
.TagClassName
{
border-color: #68F02B;
}
</style>