Html Css Color HEX #65AC2C Limeade

📋 copy color: '#65AC2C'

red 101 ◦ green 172 ◦ blue 44

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

Shades of Limeade #65AC2C

Tints of Limeade #65AC2C

RGB

 RED value IS 101 (39.84% from 255) = 31.86%

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

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 31.86%
G = 54.26%
B = 13.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#65AC2C (or 0x65AC2C) is known color: Limeade. HEX triplet: 65, AC and 2C. RGB value is (101,172,44). Sum of RGB (Red+Green+Blue) = 101+172+44=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AC2C is #9A53D3. Grayscale: #888888. Windows color (decimal): -10114004 or 2927717. OLE color: 2927717.

HSL color Cylindrical-coordinate representation of color #65AC2C: hue angle of 93.28º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65AC2C is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 172 44 -
CMYK 0.41 0 0.74 0.33
HSL 93.28º 0.59% 0.42% -
HSV(B) 93.28º 0.74% 0.67% -
XYZ 20.57 32.45 7.56 -
YUV 136.18 75.98 102.91 -
System Red Green Blue C M Y K H S L
Decimal 101 172 44 0.41 0 0.74 0.33 93.28 0.59 0.42
Hex 65 AC 2C 29 0 4A 21 5D 3B 2A
Octal 145 254 54 51 0 112 41 135 73 52
Binary 1100101 10101100 101100 101001 0 1001010 100001 1011101 111011 101010

Color Harmonies of #65AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AC2C

Black with #65AC2C

Text Example


Text Example

White with #65AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65AC2C; }

 p { color: rgb(101,172,44); }

 H1.HeaderClassName
 {
   color: #65AC2C;
 }
 .AnyTagClassName
 {
   color: #65AC2C;
 }
</style>

background-color css

<style>
 a { background-color: #65AC2C; }

 a { background-color: rgb(101,172,44); }

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

border-color css

<style>
 span { border-color: #65AC2C; }

 span { border-color: rgb(101,172,44); }

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