#65AB2C

Color #65AB2C Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #65AB2C

Tints of Limeade #65AB2C

Color information

#65AB2C (or 0x65AB2C) is unknown color: approx Limeade. HEX triplet: 65, AB and 2C. RGB value is (101,171,44). Sum of RGB (Red+Green+Blue) = 101+171+44=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AB2C is #9A54D3. Grayscale: #888888. Windows color (decimal): -10114260 or 2927461. OLE color: 2927461.

HSL color Cylindrical-coordinate representation of color #65AB2C: hue angle of 93.07º 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 #65AB2C is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB10117144-
CMYK0.4100.740.33
HSL93.07º59.07%42.16%-
HSV(B)93.07º74.27%67.06%-
XYZ20.3832.077.5-
YUV135.5976.31103.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 171 (67.19% from 255) = 54.11%
BLUE value IS 44 (17.58% from 255) = 13.92%
R=31.96%
G=54.11%
B=13.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101171440.4100.740.3393.0759.0742.16
Hex65AB2C2904A215d3b2a
Octal14525354510112411357352
Binary110010110101011101100101001010010101000011011101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65AB2C;
 }
 .AnyTagClassName
 {
   color: #65AB2C;
 }
</style>
background-color css

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

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

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

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

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

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