Html Css Color HEX #61A32B Limeade

📋 copy color: '#61A32B'

red 97 ◦ green 163 ◦ blue 43

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

Shades of Limeade #61A32B

Tints of Limeade #61A32B

RGB

 RED value IS 97 (38.28% from 255) = 32.01%

 GREEN value IS 163 (64.06% from 255) = 53.8%

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 32.01%
G = 53.8%
B = 14.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#61A32B (or 0x61A32B) is known color: Limeade. HEX triplet: 61, A3 and 2B. RGB value is (97,163,43). Sum of RGB (Red+Green+Blue) = 97+163+43=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #61A32B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A32B is #9E5CD4. Grayscale: #828282. Windows color (decimal): -10378453 or 2859873. OLE color: 2859873.

HSL color Cylindrical-coordinate representation of color #61A32B: hue angle of 93º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61A32B is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 163 43 -
CMYK 0.40 0 0.74 0.36
HSL 93º 0.58% 0.4% -
HSV(B) 93º 0.74% 0.64% -
XYZ 18.46 28.91 6.89 -
YUV 129.59 79.13 104.76 -
System Red Green Blue C M Y K H S L
Decimal 97 163 43 0.40 0 0.74 0.36 93 0.58 0.4
Hex 61 A3 2B 28 0 4A 24 5D 3A 28
Octal 141 243 53 50 0 112 44 135 72 50
Binary 1100001 10100011 101011 101000 0 1001010 100100 1011101 111010 101000

Color Harmonies of #61A32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A32B

Black with #61A32B

Text Example


Text Example

White with #61A32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A32B; }

 p { color: rgb(97,163,43); }

 H1.HeaderClassName
 {
   color: #61A32B;
 }
 .AnyTagClassName
 {
   color: #61A32B;
 }
</style>

background-color css

<style>
 a { background-color: #61A32B; }

 a { background-color: rgb(97,163,43); }

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

border-color css

<style>
 span { border-color: #61A32B; }

 span { border-color: rgb(97,163,43); }

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