Shades of Spring Green #29F274
Tints of Spring Green #29F274
RGB
CMYK
RGB Variations
Color information
#29F274 (or 0x29F274) is known color: Spring Green. HEX triplet: 29, F2 and 74. RGB value is (41,242,116). Sum of RGB (Red+Green+Blue) = 41+242+116=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 242 (94.92% from 255 or 60.65% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 242 - color contains mainly: green. Hex color #29F274 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #29F274 is #D60D8B. Grayscale: #A7A7A7. Windows color (decimal): -14028172 or 7664169. OLE color: 7664169.
HSL color Cylindrical-coordinate representation of color #29F274: hue angle of 142.39º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F274 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 242 | 116 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.05 |
| HSL | 142.39º | 0.89% | 0.55% | - |
| HSV(B) | 142.39º | 0.83% | 0.95% | - |
| XYZ | 35.82 | 65.24 | 27.23 | - |
| YUV | 167.54 | 98.91 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 242 | 116 | 0.83 | 0 | 0.52 | 0.05 | 142.39 | 0.89 | 0.55 |
| Hex | 29 | F2 | 74 | 53 | 0 | 34 | 5 | 8E | 59 | 37 |
| Octal | 51 | 362 | 164 | 123 | 0 | 64 | 5 | 216 | 131 | 67 |
| Binary | 101001 | 11110010 | 1110100 | 1010011 | 0 | 110100 | 101 | 10001110 | 1011001 | 110111 |
Color Harmonies of #29F274
Complementary color
Monochromatic Colors of #29F274
Black with #29F274
Text Example
Text Example
White with #29F274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F274; }
p { color: rgb(41,242,116); }
H1.HeaderClassName
{
color: #29F274;
}
.AnyTagClassName
{
color: #29F274;
}
</style>
background-color css
<style>
a { background-color: #29F274; }
a { background-color: rgb(41,242,116); }
div.DivClassName
{
background-color: #29F274;
}
.BgClassName
{
background-color: #29F274;
}
</style>
border-color css
<style>
span { border-color: #29F274; }
span { border-color: rgb(41,242,116); }
td.TdClassName
{
border-color: #29F274;
}
.TagClassName
{
border-color: #29F274;
}
</style>