Shades of Bright Green #68EE34
Tints of Bright Green #68EE34
RGB
CMYK
RGB Variations
Color information
#68EE34 (or 0x68EE34) is known color: Bright Green. HEX triplet: 68, EE and 34. RGB value is (104,238,52). Sum of RGB (Red+Green+Blue) = 104+238+52=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 238 (93.36% from 255 or 60.41% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 238 - color contains mainly: green. Hex color #68EE34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68EE34 is #9711CB. Grayscale: #B1B1B1. Windows color (decimal): -9900492 or 3468904. OLE color: 3468904.
HSL color Cylindrical-coordinate representation of color #68EE34: hue angle of 103.23º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68EE34 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 52 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.07 |
| HSL | 103.23º | 0.85% | 0.57% | - |
| HSV(B) | 103.23º | 0.78% | 0.93% | - |
| XYZ | 36.9 | 64.34 | 13.72 | - |
| YUV | 176.73 | 57.61 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 52 | 0.56 | 0 | 0.78 | 0.07 | 103.23 | 0.85 | 0.57 |
| Hex | 68 | EE | 34 | 38 | 0 | 4E | 7 | 67 | 55 | 39 |
| Octal | 150 | 356 | 64 | 70 | 0 | 116 | 7 | 147 | 125 | 71 |
| Binary | 1101000 | 11101110 | 110100 | 111000 | 0 | 1001110 | 111 | 1100111 | 1010101 | 111001 |
Color Harmonies of #68EE34
Complementary color
Monochromatic Colors of #68EE34
Black with #68EE34
Text Example
Text Example
White with #68EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EE34; }
p { color: rgb(104,238,52); }
H1.HeaderClassName
{
color: #68EE34;
}
.AnyTagClassName
{
color: #68EE34;
}
</style>
background-color css
<style>
a { background-color: #68EE34; }
a { background-color: rgb(104,238,52); }
div.DivClassName
{
background-color: #68EE34;
}
.BgClassName
{
background-color: #68EE34;
}
</style>
border-color css
<style>
span { border-color: #68EE34; }
span { border-color: rgb(104,238,52); }
td.TdClassName
{
border-color: #68EE34;
}
.TagClassName
{
border-color: #68EE34;
}
</style>