Html Css Color HEX #4DA226 Limeade

📋 copy color: '#4DA226'

red 77 ◦ green 162 ◦ blue 38

#4DA226
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #4DA226

Tints of Limeade #4DA226

RGB

 RED value IS 77 (30.47% from 255) = 27.8%

 GREEN value IS 162 (63.67% from 255) = 58.48%

 BLUE value IS 38 (15.23% from 255) = 13.72%

R = 27.8%
G = 58.48%
B = 13.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#4DA226 (or 0x4DA226) is known color: Limeade. HEX triplet: 4D, A2 and 26. RGB value is (77,162,38). Sum of RGB (Red+Green+Blue) = 77+162+38=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA226 is #B25DD9. Grayscale: #7A7A7A. Windows color (decimal): -11689434 or 2531917. OLE color: 2531917.

HSL color Cylindrical-coordinate representation of color #4DA226: hue angle of 101.13º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DA226 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 162 38 -
CMYK 0.52 0 0.77 0.36
HSL 101.13º 0.62% 0.39% -
HSV(B) 101.13º 0.77% 0.64% -
XYZ 16.33 27.56 6.29 -
YUV 122.45 80.34 95.58 -
System Red Green Blue C M Y K H S L
Decimal 77 162 38 0.52 0 0.77 0.36 101.13 0.62 0.39
Hex 4D A2 26 34 0 4D 24 65 3E 27
Octal 115 242 46 64 0 115 44 145 76 47
Binary 1001101 10100010 100110 110100 0 1001101 100100 1100101 111110 100111

Color Harmonies of #4DA226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA226

Black with #4DA226

Text Example


Text Example

White with #4DA226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,162,38); }

 H1.HeaderClassName
 {
   color: #4DA226;
 }
 .AnyTagClassName
 {
   color: #4DA226;
 }
</style>

background-color css

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

 a { background-color: rgb(77,162,38); }

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

border-color css

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

 span { border-color: rgb(77,162,38); }

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