Shades of Lawn Green #76FF27
Tints of Lawn Green #76FF27
RGB
CMYK
RGB Variations
Color information
#76FF27 (or 0x76FF27) is known color: Lawn Green. HEX triplet: 76, FF and 27. RGB value is (118,255,39). Sum of RGB (Red+Green+Blue) = 118+255+39=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 255 (100% from 255 or 61.89% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FF27 is #8900D8. Grayscale: #BEBEBE. Windows color (decimal): -8978649 or 2621302. OLE color: 2621302.
HSL color Cylindrical-coordinate representation of color #76FF27: hue angle of 98.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76FF27 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 39 | - |
| CMYK | 0.54 | 0 | 0.85 | 0 |
| HSL | 98.06º | 1% | 0.58% | - |
| HSV(B) | 98.06º | 0.85% | 1% | - |
| XYZ | 43.6 | 75.52 | 14.2 | - |
| YUV | 189.41 | 43.11 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 39 | 0.54 | 0 | 0.85 | 0 | 98.06 | 1 | 0.58 |
| Hex | 76 | FF | 27 | 36 | 0 | 55 | 0 | 62 | 64 | 3A |
| Octal | 166 | 377 | 47 | 66 | 0 | 125 | 0 | 142 | 144 | 72 |
| Binary | 1110110 | 11111111 | 100111 | 110110 | 0 | 1010101 | 0 | 1100010 | 1100100 | 111010 |
Color Harmonies of #76FF27
Complementary color
Monochromatic Colors of #76FF27
Black with #76FF27
Text Example
Text Example
White with #76FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF27; }
p { color: rgb(118,255,39); }
H1.HeaderClassName
{
color: #76FF27;
}
.AnyTagClassName
{
color: #76FF27;
}
</style>
background-color css
<style>
a { background-color: #76FF27; }
a { background-color: rgb(118,255,39); }
div.DivClassName
{
background-color: #76FF27;
}
.BgClassName
{
background-color: #76FF27;
}
</style>
border-color css
<style>
span { border-color: #76FF27; }
span { border-color: rgb(118,255,39); }
td.TdClassName
{
border-color: #76FF27;
}
.TagClassName
{
border-color: #76FF27;
}
</style>