Shades of Light Green #7FF28A
Tints of Light Green #7FF28A
RGB
CMYK
RGB Variations
Color information
#7FF28A (or 0x7FF28A) is known color: Light Green. HEX triplet: 7F, F2 and 8A. RGB value is (127,242,138). Sum of RGB (Red+Green+Blue) = 127+242+138=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF28A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF28A is #800D75. Grayscale: #C4C4C4. Windows color (decimal): -8392054 or 9106047. OLE color: 9106047.
HSL color Cylindrical-coordinate representation of color #7FF28A: hue angle of 125.74º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF28A is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 138 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.05 |
| HSL | 125.74º | 0.82% | 0.72% | - |
| HSV(B) | 125.74º | 0.48% | 0.95% | - |
| XYZ | 45.09 | 69.85 | 35.15 | - |
| YUV | 195.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 138 | 0.48 | 0 | 0.43 | 0.05 | 125.74 | 0.82 | 0.72 |
| Hex | 7F | F2 | 8A | 30 | 0 | 2B | 5 | 7E | 52 | 48 |
| Octal | 177 | 362 | 212 | 60 | 0 | 53 | 5 | 176 | 122 | 110 |
| Binary | 1111111 | 11110010 | 10001010 | 110000 | 0 | 101011 | 101 | 1111110 | 1010010 | 1001000 |
Color Harmonies of #7FF28A
Complementary color
Monochromatic Colors of #7FF28A
Black with #7FF28A
Text Example
Text Example
White with #7FF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF28A; }
p { color: rgb(127,242,138); }
H1.HeaderClassName
{
color: #7FF28A;
}
.AnyTagClassName
{
color: #7FF28A;
}
</style>
background-color css
<style>
a { background-color: #7FF28A; }
a { background-color: rgb(127,242,138); }
div.DivClassName
{
background-color: #7FF28A;
}
.BgClassName
{
background-color: #7FF28A;
}
</style>
border-color css
<style>
span { border-color: #7FF28A; }
span { border-color: rgb(127,242,138); }
td.TdClassName
{
border-color: #7FF28A;
}
.TagClassName
{
border-color: #7FF28A;
}
</style>