Html Css Color HEX #65AC2D Limeade

📋 copy color: '#65AC2D'

red 101 ◦ green 172 ◦ blue 45

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

Shades of Limeade #65AC2D

Tints of Limeade #65AC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 31.76%
G = 54.09%
B = 14.15%

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

#65AC2D (or 0x65AC2D) is known color: Limeade. HEX triplet: 65, AC and 2D. RGB value is (101,172,45). Sum of RGB (Red+Green+Blue) = 101+172+45=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AC2D is #9A53D2. Grayscale: #888888. Windows color (decimal): -10114003 or 2993253. OLE color: 2993253.

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

Color convert

RGB 101 172 45 -
CMYK 0.41 0 0.74 0.33
HSL 93.54º 0.59% 0.43% -
HSV(B) 93.54º 0.74% 0.67% -
XYZ 20.59 32.46 7.66 -
YUV 136.29 76.48 102.83 -
System Red Green Blue C M Y K H S L
Decimal 101 172 45 0.41 0 0.74 0.33 93.54 0.59 0.43
Hex 65 AC 2D 29 0 4A 21 5E 3B 2B
Octal 145 254 55 51 0 112 41 136 73 53
Binary 1100101 10101100 101101 101001 0 1001010 100001 1011110 111011 101011

Color Harmonies of #65AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AC2D

Black with #65AC2D

Text Example


Text Example

White with #65AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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