Html Css Color HEX #55A030 Limeade

📋 copy color: '#55A030'

red 85 ◦ green 160 ◦ blue 48

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

Shades of Limeade #55A030

Tints of Limeade #55A030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 54.61%

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 29.01%
G = 54.61%
B = 16.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#55A030 (or 0x55A030) is known color: Limeade. HEX triplet: 55, A0 and 30. RGB value is (85,160,48). Sum of RGB (Red+Green+Blue) = 85+160+48=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #55A030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A030 is #AA5FCF. Grayscale: #7D7D7D. Windows color (decimal): -11165648 or 3186773. OLE color: 3186773.

HSL color Cylindrical-coordinate representation of color #55A030: hue angle of 100.18º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55A030 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 160 48 -
CMYK 0.47 0 0.70 0.37
HSL 100.18º 0.54% 0.41% -
HSV(B) 100.18º 0.7% 0.63% -
XYZ 16.85 27.29 7.17 -
YUV 124.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 85 160 48 0.47 0 0.70 0.37 100.18 0.54 0.41
Hex 55 A0 30 2F 0 46 25 64 36 29
Octal 125 240 60 57 0 106 45 144 66 51
Binary 1010101 10100000 110000 101111 0 1000110 100101 1100100 110110 101001

Color Harmonies of #55A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A030

Black with #55A030

Text Example


Text Example

White with #55A030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,160,48); }

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

background-color css

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

 a { background-color: rgb(85,160,48); }

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

border-color css

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

 span { border-color: rgb(85,160,48); }

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