Html Css Color HEX #57A52A Limeade

📋 copy color: '#57A52A'

red 87 ◦ green 165 ◦ blue 42

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

Shades of Limeade #57A52A

Tints of Limeade #57A52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 56.12%

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 29.59%
G = 56.12%
B = 14.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#57A52A (or 0x57A52A) is known color: Limeade. HEX triplet: 57, A5 and 2A. RGB value is (87,165,42). Sum of RGB (Red+Green+Blue) = 87+165+42=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #57A52A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A52A is #A85AD5. Grayscale: #808080. Windows color (decimal): -11033302 or 2794839. OLE color: 2794839.

HSL color Cylindrical-coordinate representation of color #57A52A: hue angle of 98.05º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57A52A is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 87 165 42 -
CMYK 0.47 0 0.75 0.35
HSL 98.05º 0.59% 0.41% -
HSV(B) 98.05º 0.75% 0.65% -
XYZ 17.8 29.1 6.87 -
YUV 127.66 79.66 99 -
System Red Green Blue C M Y K H S L
Decimal 87 165 42 0.47 0 0.75 0.35 98.05 0.59 0.41
Hex 57 A5 2A 2F 0 4B 23 62 3B 29
Octal 127 245 52 57 0 113 43 142 73 51
Binary 1010111 10100101 101010 101111 0 1001011 100011 1100010 111011 101001

Color Harmonies of #57A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A52A

Black with #57A52A

Text Example


Text Example

White with #57A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,165,42); }

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

background-color css

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

 a { background-color: rgb(87,165,42); }

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

border-color css

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

 span { border-color: rgb(87,165,42); }

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