Html Css Color HEX #57A42D Limeade

📋 copy color: '#57A42D'

red 87 ◦ green 164 ◦ blue 45

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

Shades of Limeade #57A42D

Tints of Limeade #57A42D

RGB

 RED value IS 87 (34.38% from 255) = 29.39%

 GREEN value IS 164 (64.45% from 255) = 55.41%

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 29.39%
G = 55.41%
B = 15.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#57A42D (or 0x57A42D) is known color: Limeade. HEX triplet: 57, A4 and 2D. RGB value is (87,164,45). Sum of RGB (Red+Green+Blue) = 87+164+45=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #57A42D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A42D is #A85BD2. Grayscale: #7F7F7F. Windows color (decimal): -11033555 or 2991191. OLE color: 2991191.

HSL color Cylindrical-coordinate representation of color #57A42D: hue angle of 98.82º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57A42D is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 164 45 -
CMYK 0.47 0 0.73 0.36
HSL 98.82º 0.57% 0.41% -
HSV(B) 98.82º 0.73% 0.64% -
XYZ 17.68 28.77 7.1 -
YUV 127.41 81.49 99.18 -
System Red Green Blue C M Y K H S L
Decimal 87 164 45 0.47 0 0.73 0.36 98.82 0.57 0.41
Hex 57 A4 2D 2F 0 49 24 63 39 29
Octal 127 244 55 57 0 111 44 143 71 51
Binary 1010111 10100100 101101 101111 0 1001001 100100 1100011 111001 101001

Color Harmonies of #57A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A42D

Black with #57A42D

Text Example


Text Example

White with #57A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57A42D; }

 p { color: rgb(87,164,45); }

 H1.HeaderClassName
 {
   color: #57A42D;
 }
 .AnyTagClassName
 {
   color: #57A42D;
 }
</style>

background-color css

<style>
 a { background-color: #57A42D; }

 a { background-color: rgb(87,164,45); }

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

border-color css

<style>
 span { border-color: #57A42D; }

 span { border-color: rgb(87,164,45); }

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