Html Css Color HEX #55A92C Limeade

📋 copy color: '#55A92C'

red 85 ◦ green 169 ◦ blue 44

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

Shades of Limeade #55A92C

Tints of Limeade #55A92C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 56.71%

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

R = 28.52%
G = 56.71%
B = 14.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#55A92C (or 0x55A92C) is known color: Limeade. HEX triplet: 55, A9 and 2C. RGB value is (85,169,44). Sum of RGB (Red+Green+Blue) = 85+169+44=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 169 (66.41% from 255 or 56.71% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 169 - color contains mainly: green. Hex color #55A92C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A92C is #AA56D3. Grayscale: #828282. Windows color (decimal): -11163348 or 2926933. OLE color: 2926933.

HSL color Cylindrical-coordinate representation of color #55A92C: hue angle of 100.32º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55A92C is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 169 44 -
CMYK 0.50 0 0.74 0.34
HSL 100.32º 0.59% 0.42% -
HSV(B) 100.32º 0.74% 0.66% -
XYZ 18.39 30.49 7.3 -
YUV 129.63 79.67 96.16 -
System Red Green Blue C M Y K H S L
Decimal 85 169 44 0.50 0 0.74 0.34 100.32 0.59 0.42
Hex 55 A9 2C 32 0 4A 22 64 3B 2A
Octal 125 251 54 62 0 112 42 144 73 52
Binary 1010101 10101001 101100 110010 0 1001010 100010 1100100 111011 101010

Color Harmonies of #55A92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A92C

Black with #55A92C

Text Example


Text Example

White with #55A92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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