Html Css Color HEX #55AB2C Limeade

📋 copy color: '#55AB2C'

red 85 ◦ green 171 ◦ blue 44

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

Shades of Limeade #55AB2C

Tints of Limeade #55AB2C

RGB

 RED value IS 85 (33.59% from 255) = 28.33%

 GREEN value IS 171 (67.19% from 255) = 57%

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

R = 28.33%
G = 57%
B = 14.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#55AB2C (or 0x55AB2C) is known color: Limeade. HEX triplet: 55, AB and 2C. RGB value is (85,171,44). Sum of RGB (Red+Green+Blue) = 85+171+44=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB2C is #AA54D3. Grayscale: #838383. Windows color (decimal): -11162836 or 2927445. OLE color: 2927445.

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

Color convert

RGB 85 171 44 -
CMYK 0.50 0 0.74 0.33
HSL 100.63º 0.59% 0.42% -
HSV(B) 100.63º 0.74% 0.67% -
XYZ 18.76 31.24 7.42 -
YUV 130.81 79.01 95.33 -
System Red Green Blue C M Y K H S L
Decimal 85 171 44 0.50 0 0.74 0.33 100.63 0.59 0.42
Hex 55 AB 2C 32 0 4A 21 65 3B 2A
Octal 125 253 54 62 0 112 41 145 73 52
Binary 1010101 10101011 101100 110010 0 1001010 100001 1100101 111011 101010

Color Harmonies of #55AB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB2C

Black with #55AB2C

Text Example


Text Example

White with #55AB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55AB2C;
 }
 .AnyTagClassName
 {
   color: #55AB2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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