Shades of Bright Green #74FE36
Tints of Bright Green #74FE36
RGB
CMYK
RGB Variations
Color information
#74FE36 (or 0x74FE36) is known color: Bright Green. HEX triplet: 74, FE and 36. RGB value is (116,254,54). Sum of RGB (Red+Green+Blue) = 116+254+54=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FE36 is #8B01C9. Grayscale: #BEBEBE. Windows color (decimal): -9109962 or 3604084. OLE color: 3604084.
HSL color Cylindrical-coordinate representation of color #74FE36: hue angle of 101.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74FE36 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 54 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.00 |
| HSL | 101.4º | 0.99% | 0.6% | - |
| HSV(B) | 101.4º | 0.79% | 1% | - |
| XYZ | 43.31 | 74.86 | 15.66 | - |
| YUV | 189.94 | 51.28 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 54 | 0.54 | 0 | 0.79 | 0.00 | 101.4 | 0.99 | 0.6 |
| Hex | 74 | FE | 36 | 36 | 0 | 4F | 0 | 65 | 63 | 3C |
| Octal | 164 | 376 | 66 | 66 | 0 | 117 | 0 | 145 | 143 | 74 |
| Binary | 1110100 | 11111110 | 110110 | 110110 | 0 | 1001111 | 0 | 1100101 | 1100011 | 111100 |
Color Harmonies of #74FE36
Complementary color
Monochromatic Colors of #74FE36
Black with #74FE36
Text Example
Text Example
White with #74FE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE36; }
p { color: rgb(116,254,54); }
H1.HeaderClassName
{
color: #74FE36;
}
.AnyTagClassName
{
color: #74FE36;
}
</style>
background-color css
<style>
a { background-color: #74FE36; }
a { background-color: rgb(116,254,54); }
div.DivClassName
{
background-color: #74FE36;
}
.BgClassName
{
background-color: #74FE36;
}
</style>
border-color css
<style>
span { border-color: #74FE36; }
span { border-color: rgb(116,254,54); }
td.TdClassName
{
border-color: #74FE36;
}
.TagClassName
{
border-color: #74FE36;
}
</style>