Html Css Color HEX #61AC28 Limeade

📋 copy color: '#61AC28'

red 97 ◦ green 172 ◦ blue 40

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

Shades of Limeade #61AC28

Tints of Limeade #61AC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.66%

 BLUE value IS 40 (16.02% from 255) = 12.94%

R = 31.39%
G = 55.66%
B = 12.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#61AC28 (or 0x61AC28) is known color: Limeade. HEX triplet: 61, AC and 28. RGB value is (97,172,40). Sum of RGB (Red+Green+Blue) = 97+172+40=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AC28 is #9E53D7. Grayscale: #868686. Windows color (decimal): -10376152 or 2665569. OLE color: 2665569.

HSL color Cylindrical-coordinate representation of color #61AC28: hue angle of 94.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61AC28 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 172 40 -
CMYK 0.44 0 0.77 0.33
HSL 94.09º 0.62% 0.42% -
HSV(B) 94.09º 0.77% 0.67% -
XYZ 20.07 32.2 7.17 -
YUV 134.53 74.65 101.23 -
System Red Green Blue C M Y K H S L
Decimal 97 172 40 0.44 0 0.77 0.33 94.09 0.62 0.42
Hex 61 AC 28 2C 0 4D 21 5E 3E 2A
Octal 141 254 50 54 0 115 41 136 76 52
Binary 1100001 10101100 101000 101100 0 1001101 100001 1011110 111110 101010

Color Harmonies of #61AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AC28

Black with #61AC28

Text Example


Text Example

White with #61AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,172,40); }

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

background-color css

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

 a { background-color: rgb(97,172,40); }

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

border-color css

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

 span { border-color: rgb(97,172,40); }

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