Html Css Color HEX #61A52E Limeade

📋 copy color: '#61A52E'

red 97 ◦ green 165 ◦ blue 46

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

Shades of Limeade #61A52E

Tints of Limeade #61A52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 31.49%
G = 53.57%
B = 14.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#61A52E (or 0x61A52E) is known color: Limeade. HEX triplet: 61, A5 and 2E. RGB value is (97,165,46). Sum of RGB (Red+Green+Blue) = 97+165+46=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #61A52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A52E is #9E5AD1. Grayscale: #838383. Windows color (decimal): -10377938 or 3056993. OLE color: 3056993.

HSL color Cylindrical-coordinate representation of color #61A52E: hue angle of 94.29º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61A52E is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 165 46 -
CMYK 0.41 0 0.72 0.35
HSL 94.29º 0.56% 0.41% -
HSV(B) 94.29º 0.72% 0.65% -
XYZ 18.88 29.65 7.31 -
YUV 131.1 79.97 103.68 -
System Red Green Blue C M Y K H S L
Decimal 97 165 46 0.41 0 0.72 0.35 94.29 0.56 0.41
Hex 61 A5 2E 29 0 48 23 5E 38 29
Octal 141 245 56 51 0 110 43 136 70 51
Binary 1100001 10100101 101110 101001 0 1001000 100011 1011110 111000 101001

Color Harmonies of #61A52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A52E

Black with #61A52E

Text Example


Text Example

White with #61A52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,165,46); }

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

background-color css

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

 a { background-color: rgb(97,165,46); }

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

border-color css

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

 span { border-color: rgb(97,165,46); }

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