Shades of Bright Green #74FF2A
Tints of Bright Green #74FF2A
RGB
CMYK
RGB Variations
Color information
#74FF2A (or 0x74FF2A) is known color: Bright Green. HEX triplet: 74, FF and 2A. RGB value is (116,255,42). Sum of RGB (Red+Green+Blue) = 116+255+42=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FF2A is #8B00D5. Grayscale: #BDBDBD. Windows color (decimal): -9109718 or 2817908. OLE color: 2817908.
HSL color Cylindrical-coordinate representation of color #74FF2A: hue angle of 99.15º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74FF2A is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 42 | - |
| CMYK | 0.55 | 0 | 0.84 | 0 |
| HSL | 99.15º | 1% | 0.58% | - |
| HSV(B) | 99.15º | 0.84% | 1% | - |
| XYZ | 43.38 | 75.4 | 14.46 | - |
| YUV | 189.16 | 44.95 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 42 | 0.55 | 0 | 0.84 | 0 | 99.15 | 1 | 0.58 |
| Hex | 74 | FF | 2A | 37 | 0 | 54 | 0 | 63 | 64 | 3A |
| Octal | 164 | 377 | 52 | 67 | 0 | 124 | 0 | 143 | 144 | 72 |
| Binary | 1110100 | 11111111 | 101010 | 110111 | 0 | 1010100 | 0 | 1100011 | 1100100 | 111010 |
Color Harmonies of #74FF2A
Complementary color
Monochromatic Colors of #74FF2A
Black with #74FF2A
Text Example
Text Example
White with #74FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF2A; }
p { color: rgb(116,255,42); }
H1.HeaderClassName
{
color: #74FF2A;
}
.AnyTagClassName
{
color: #74FF2A;
}
</style>
background-color css
<style>
a { background-color: #74FF2A; }
a { background-color: rgb(116,255,42); }
div.DivClassName
{
background-color: #74FF2A;
}
.BgClassName
{
background-color: #74FF2A;
}
</style>
border-color css
<style>
span { border-color: #74FF2A; }
span { border-color: rgb(116,255,42); }
td.TdClassName
{
border-color: #74FF2A;
}
.TagClassName
{
border-color: #74FF2A;
}
</style>