Html Css Color HEX #56A030 Limeade

📋 copy color: '#56A030'

red 86 ◦ green 160 ◦ blue 48

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

Shades of Limeade #56A030

Tints of Limeade #56A030

RGB

 RED value IS 86 (33.98% from 255) = 29.25%

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

 BLUE value IS 48 (19.14% from 255) = 16.33%

R = 29.25%
G = 54.42%
B = 16.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#56A030 (or 0x56A030) is known color: Limeade. HEX triplet: 56, A0 and 30. RGB value is (86,160,48). Sum of RGB (Red+Green+Blue) = 86+160+48=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #56A030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A030 is #A95FCF. Grayscale: #7D7D7D. Windows color (decimal): -11100112 or 3186774. OLE color: 3186774.

HSL color Cylindrical-coordinate representation of color #56A030: hue angle of 99.64º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56A030 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 160 48 -
CMYK 0.46 0 0.70 0.37
HSL 99.64º 0.54% 0.41% -
HSV(B) 99.64º 0.7% 0.63% -
XYZ 16.94 27.33 7.18 -
YUV 125.11 84.48 100.11 -
System Red Green Blue C M Y K H S L
Decimal 86 160 48 0.46 0 0.70 0.37 99.64 0.54 0.41
Hex 56 A0 30 2E 0 46 25 64 36 29
Octal 126 240 60 56 0 106 45 144 66 51
Binary 1010110 10100000 110000 101110 0 1000110 100101 1100100 110110 101001

Color Harmonies of #56A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A030

Black with #56A030

Text Example


Text Example

White with #56A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A030; }

 p { color: rgb(86,160,48); }

 H1.HeaderClassName
 {
   color: #56A030;
 }
 .AnyTagClassName
 {
   color: #56A030;
 }
</style>

background-color css

<style>
 a { background-color: #56A030; }

 a { background-color: rgb(86,160,48); }

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

border-color css

<style>
 span { border-color: #56A030; }

 span { border-color: rgb(86,160,48); }

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