Html Css Color HEX #57952C Limeade

📋 copy color: '#57952C'

red 87 ◦ green 149 ◦ blue 44

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

Shades of Limeade #57952C

Tints of Limeade #57952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.21%

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 31.07%
G = 53.21%
B = 15.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#57952C (or 0x57952C) is known color: Limeade. HEX triplet: 57, 95 and 2C. RGB value is (87,149,44). Sum of RGB (Red+Green+Blue) = 87+149+44=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #57952C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57952C is #A86AD3. Grayscale: #767676. Windows color (decimal): -11037396 or 2921815. OLE color: 2921815.

HSL color Cylindrical-coordinate representation of color #57952C: hue angle of 95.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57952C is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 149 44 -
CMYK 0.42 0 0.70 0.42
HSL 95.43º 0.54% 0.38% -
HSV(B) 95.43º 0.7% 0.58% -
XYZ 15.13 23.7 6.16 -
YUV 118.49 85.96 105.54 -
System Red Green Blue C M Y K H S L
Decimal 87 149 44 0.42 0 0.70 0.42 95.43 0.54 0.38
Hex 57 95 2C 2A 0 46 2A 5F 36 26
Octal 127 225 54 52 0 106 52 137 66 46
Binary 1010111 10010101 101100 101010 0 1000110 101010 1011111 110110 100110

Color Harmonies of #57952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57952C

Black with #57952C

Text Example


Text Example

White with #57952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57952C; }

 p { color: rgb(87,149,44); }

 H1.HeaderClassName
 {
   color: #57952C;
 }
 .AnyTagClassName
 {
   color: #57952C;
 }
</style>

background-color css

<style>
 a { background-color: #57952C; }

 a { background-color: rgb(87,149,44); }

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

border-color css

<style>
 span { border-color: #57952C; }

 span { border-color: rgb(87,149,44); }

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