Shades of Yellow Green #74DC30
Tints of Yellow Green #74DC30
RGB
CMYK
RGB Variations
Color information
#74DC30 (or 0x74DC30) is known color: Yellow Green. HEX triplet: 74, DC and 30. RGB value is (116,220,48). Sum of RGB (Red+Green+Blue) = 116+220+48=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DC30 is #8B23CF. Grayscale: #A9A9A9. Windows color (decimal): -9118672 or 3202164. OLE color: 3202164.
HSL color Cylindrical-coordinate representation of color #74DC30: hue angle of 96.28º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74DC30 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 48 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.14 |
| HSL | 96.28º | 0.71% | 0.53% | - |
| HSV(B) | 96.28º | 0.78% | 0.86% | - |
| XYZ | 33.33 | 55.11 | 11.68 | - |
| YUV | 169.3 | 59.54 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 48 | 0.47 | 0 | 0.78 | 0.14 | 96.28 | 0.71 | 0.53 |
| Hex | 74 | DC | 30 | 2F | 0 | 4E | E | 60 | 47 | 35 |
| Octal | 164 | 334 | 60 | 57 | 0 | 116 | 16 | 140 | 107 | 65 |
| Binary | 1110100 | 11011100 | 110000 | 101111 | 0 | 1001110 | 1110 | 1100000 | 1000111 | 110101 |
Color Harmonies of #74DC30
Complementary color
Monochromatic Colors of #74DC30
Black with #74DC30
Text Example
Text Example
White with #74DC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC30; }
p { color: rgb(116,220,48); }
H1.HeaderClassName
{
color: #74DC30;
}
.AnyTagClassName
{
color: #74DC30;
}
</style>
background-color css
<style>
a { background-color: #74DC30; }
a { background-color: rgb(116,220,48); }
div.DivClassName
{
background-color: #74DC30;
}
.BgClassName
{
background-color: #74DC30;
}
</style>
border-color css
<style>
span { border-color: #74DC30; }
span { border-color: rgb(116,220,48); }
td.TdClassName
{
border-color: #74DC30;
}
.TagClassName
{
border-color: #74DC30;
}
</style>