Html Css Color HEX #61AA24 Limeade

📋 copy color: '#61AA24'

red 97 ◦ green 170 ◦ blue 36

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

Shades of Limeade #61AA24

Tints of Limeade #61AA24

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.11%

 BLUE value IS 36 (14.45% from 255) = 11.88%

R = 32.01%
G = 56.11%
B = 11.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#61AA24 (or 0x61AA24) is known color: Limeade. HEX triplet: 61, AA and 24. RGB value is (97,170,36). Sum of RGB (Red+Green+Blue) = 97+170+36=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AA24 is #9E55DB. Grayscale: #858585. Windows color (decimal): -10376668 or 2402913. OLE color: 2402913.

HSL color Cylindrical-coordinate representation of color #61AA24: hue angle of 92.69º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61AA24 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 170 36 -
CMYK 0.43 0 0.79 0.33
HSL 92.69º 0.65% 0.4% -
HSV(B) 92.69º 0.79% 0.67% -
XYZ 19.62 31.42 6.7 -
YUV 132.9 73.32 102.4 -
System Red Green Blue C M Y K H S L
Decimal 97 170 36 0.43 0 0.79 0.33 92.69 0.65 0.4
Hex 61 AA 24 2B 0 4F 21 5D 41 28
Octal 141 252 44 53 0 117 41 135 101 50
Binary 1100001 10101010 100100 101011 0 1001111 100001 1011101 1000001 101000

Color Harmonies of #61AA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AA24

Black with #61AA24

Text Example


Text Example

White with #61AA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,170,36); }

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

background-color css

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

 a { background-color: rgb(97,170,36); }

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

border-color css

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

 span { border-color: rgb(97,170,36); }

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