Shades of Bright Green #64EE2E
Tints of Bright Green #64EE2E
RGB
CMYK
RGB Variations
Color information
#64EE2E (or 0x64EE2E) is known color: Bright Green. HEX triplet: 64, EE and 2E. RGB value is (100,238,46). Sum of RGB (Red+Green+Blue) = 100+238+46=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 238 (93.36% from 255 or 61.98% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE2E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EE2E is #9B11D1. Grayscale: #AFAFAF. Windows color (decimal): -10162642 or 3075684. OLE color: 3075684.
HSL color Cylindrical-coordinate representation of color #64EE2E: hue angle of 103.12º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64EE2E is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 46 | - |
| CMYK | 0.58 | 0 | 0.81 | 0.07 |
| HSL | 103.13º | 0.85% | 0.56% | - |
| HSV(B) | 103.13º | 0.81% | 0.93% | - |
| XYZ | 36.32 | 64.06 | 13.03 | - |
| YUV | 174.85 | 55.28 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 46 | 0.58 | 0 | 0.81 | 0.07 | 103.13 | 0.85 | 0.56 |
| Hex | 64 | EE | 2E | 3A | 0 | 51 | 7 | 67 | 55 | 38 |
| Octal | 144 | 356 | 56 | 72 | 0 | 121 | 7 | 147 | 125 | 70 |
| Binary | 1100100 | 11101110 | 101110 | 111010 | 0 | 1010001 | 111 | 1100111 | 1010101 | 111000 |
Color Harmonies of #64EE2E
Complementary color
Monochromatic Colors of #64EE2E
Black with #64EE2E
Text Example
Text Example
White with #64EE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EE2E; }
p { color: rgb(100,238,46); }
H1.HeaderClassName
{
color: #64EE2E;
}
.AnyTagClassName
{
color: #64EE2E;
}
</style>
background-color css
<style>
a { background-color: #64EE2E; }
a { background-color: rgb(100,238,46); }
div.DivClassName
{
background-color: #64EE2E;
}
.BgClassName
{
background-color: #64EE2E;
}
</style>
border-color css
<style>
span { border-color: #64EE2E; }
span { border-color: rgb(100,238,46); }
td.TdClassName
{
border-color: #64EE2E;
}
.TagClassName
{
border-color: #64EE2E;
}
</style>