Html Css Color HEX #4DA125 Limeade

📋 copy color: '#4DA125'

red 77 ◦ green 161 ◦ blue 37

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

Shades of Limeade #4DA125

Tints of Limeade #4DA125

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.55%

 BLUE value IS 37 (14.84% from 255) = 13.45%

R = 28%
G = 58.55%
B = 13.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#4DA125 (or 0x4DA125) is known color: Limeade. HEX triplet: 4D, A1 and 25. RGB value is (77,161,37). Sum of RGB (Red+Green+Blue) = 77+161+37=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA125 is #B25EDA. Grayscale: #7A7A7A. Windows color (decimal): -11689691 or 2466125. OLE color: 2466125.

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

Color convert

RGB 77 161 37 -
CMYK 0.52 0 0.77 0.37
HSL 100.65º 0.63% 0.39% -
HSV(B) 100.65º 0.77% 0.63% -
XYZ 16.14 27.2 6.15 -
YUV 121.75 80.17 96.08 -
System Red Green Blue C M Y K H S L
Decimal 77 161 37 0.52 0 0.77 0.37 100.65 0.63 0.39
Hex 4D A1 25 34 0 4D 25 65 3F 27
Octal 115 241 45 64 0 115 45 145 77 47
Binary 1001101 10100001 100101 110100 0 1001101 100101 1100101 111111 100111

Color Harmonies of #4DA125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA125

Black with #4DA125

Text Example


Text Example

White with #4DA125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,161,37); }

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

background-color css

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

 a { background-color: rgb(77,161,37); }

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

border-color css

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

 span { border-color: rgb(77,161,37); }

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