#4D9922

Color #4D9922 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #4D9922

Tints of Limeade #4D9922

Color information

#4D9922 (or 0x4D9922) is unknown color: approx Limeade. HEX triplet: 4D, 99 and 22. RGB value is (77,153,34). Sum of RGB (Red+Green+Blue) = 77+153+34=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9922 is #B266DD. Grayscale: #757575. Windows color (decimal): -11691742 or 2267469. OLE color: 2267469.

HSL color Cylindrical-coordinate representation of color #4D9922: hue angle of 98.32º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D9922 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB7715334-
CMYK0.5000.780.4
HSL98.32º63.64%36.67%-
HSV(B)98.32º77.78%60%-
XYZ14.7424.485.46-
YUV116.7181.3299.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 29.17%
GREEN value IS 153 (60.16% from 255) = 57.95%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=29.17%
G=57.95%
B=12.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal77153340.5000.780.498.3263.6436.67
Hex4D99223204E28624025
Octal115231426201165014210045
Binary1001101100110011000101100100100111010100011000101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D9922; }

 p { color: rgb(77,153,34); }

 H1.HeaderClassName
 {
   color: #4D9922;
 }
 .AnyTagClassName
 {
   color: #4D9922;
 }
</style>
background-color css

<style>
 a { background-color: #4D9922; }

 a { background-color: rgb(77,153,34); }

 div.DivClassName
 {
   background-color: #4D9922;
 }
 .BgClassName
 {
   background-color: #4D9922;
 }
</style>
border-color css

<style>
 span { border-color: #4D9922; }

 span { border-color: rgb(77,153,34); }

 td.TdClassName
 {
   border-color: #4D9922;
 }
 .TagClassName
 {
   border-color: #4D9922;
 }
</style>