Shades of Bright Green #74FF36
Tints of Bright Green #74FF36
RGB
CMYK
RGB Variations
Color information
#74FF36 (or 0x74FF36) is known color: Bright Green. HEX triplet: 74, FF and 36. RGB value is (116,255,54). Sum of RGB (Red+Green+Blue) = 116+255+54=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FF36 is #8B00C9. Grayscale: #BFBFBF. Windows color (decimal): -9109706 or 3604340. OLE color: 3604340.
HSL color Cylindrical-coordinate representation of color #74FF36: hue angle of 101.49º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74FF36 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 54 | - |
| CMYK | 0.55 | 0 | 0.79 | 0 |
| HSL | 101.49º | 1% | 0.61% | - |
| HSV(B) | 101.49º | 0.79% | 1% | - |
| XYZ | 43.63 | 75.5 | 15.76 | - |
| YUV | 190.53 | 50.95 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 54 | 0.55 | 0 | 0.79 | 0 | 101.49 | 1 | 0.61 |
| Hex | 74 | FF | 36 | 37 | 0 | 4F | 0 | 65 | 64 | 3D |
| Octal | 164 | 377 | 66 | 67 | 0 | 117 | 0 | 145 | 144 | 75 |
| Binary | 1110100 | 11111111 | 110110 | 110111 | 0 | 1001111 | 0 | 1100101 | 1100100 | 111101 |
Color Harmonies of #74FF36
Complementary color
Monochromatic Colors of #74FF36
Black with #74FF36
Text Example
Text Example
White with #74FF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF36; }
p { color: rgb(116,255,54); }
H1.HeaderClassName
{
color: #74FF36;
}
.AnyTagClassName
{
color: #74FF36;
}
</style>
background-color css
<style>
a { background-color: #74FF36; }
a { background-color: rgb(116,255,54); }
div.DivClassName
{
background-color: #74FF36;
}
.BgClassName
{
background-color: #74FF36;
}
</style>
border-color css
<style>
span { border-color: #74FF36; }
span { border-color: rgb(116,255,54); }
td.TdClassName
{
border-color: #74FF36;
}
.TagClassName
{
border-color: #74FF36;
}
</style>