Html Css Color HEX #4DA027 Limeade

📋 copy color: '#4DA027'

red 77 ◦ green 160 ◦ blue 39

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

Shades of Limeade #4DA027

Tints of Limeade #4DA027

RGB

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

 GREEN value IS 160 (62.89% from 255) = 57.97%

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 27.9%
G = 57.97%
B = 14.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#4DA027 (or 0x4DA027) is known color: Limeade. HEX triplet: 4D, A0 and 27. RGB value is (77,160,39). Sum of RGB (Red+Green+Blue) = 77+160+39=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 160 (62.89% from 255 or 57.97% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA027 is #B25FD8. Grayscale: #797979. Windows color (decimal): -11689945 or 2596941. OLE color: 2596941.

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

Color convert

RGB 77 160 39 -
CMYK 0.52 0 0.76 0.37
HSL 101.16º 0.61% 0.39% -
HSV(B) 101.16º 0.76% 0.63% -
XYZ 16 26.87 6.26 -
YUV 121.39 81.5 96.34 -
System Red Green Blue C M Y K H S L
Decimal 77 160 39 0.52 0 0.76 0.37 101.16 0.61 0.39
Hex 4D A0 27 34 0 4C 25 65 3D 27
Octal 115 240 47 64 0 114 45 145 75 47
Binary 1001101 10100000 100111 110100 0 1001100 100101 1100101 111101 100111

Color Harmonies of #4DA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA027

Black with #4DA027

Text Example


Text Example

White with #4DA027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,160,39); }

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

background-color css

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

 a { background-color: rgb(77,160,39); }

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

border-color css

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

 span { border-color: rgb(77,160,39); }

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