Html Css Color HEX #55A21E Limeade

📋 copy color: '#55A21E'

red 85 ◦ green 162 ◦ blue 30

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

Shades of Limeade #55A21E

Tints of Limeade #55A21E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 58.48%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 30.69%
G = 58.48%
B = 10.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#55A21E (or 0x55A21E) is known color: Limeade. HEX triplet: 55, A2 and 1E. RGB value is (85,162,30). Sum of RGB (Red+Green+Blue) = 85+162+30=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #55A21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A21E is #AA5DE1. Grayscale: #7C7C7C. Windows color (decimal): -11165154 or 2007637. OLE color: 2007637.

HSL color Cylindrical-coordinate representation of color #55A21E: hue angle of 95º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55A21E is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 30 -
CMYK 0.48 0 0.81 0.36
HSL 95º 0.69% 0.38% -
HSV(B) 95º 0.81% 0.64% -
XYZ 16.9 27.87 5.72 -
YUV 123.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 85 162 30 0.48 0 0.81 0.36 95 0.69 0.38
Hex 55 A2 1E 30 0 51 24 5F 45 26
Octal 125 242 36 60 0 121 44 137 105 46
Binary 1010101 10100010 11110 110000 0 1010001 100100 1011111 1000101 100110

Color Harmonies of #55A21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A21E

Black with #55A21E

Text Example


Text Example

White with #55A21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,162,30); }

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

background-color css

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

 a { background-color: rgb(85,162,30); }

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

border-color css

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

 span { border-color: rgb(85,162,30); }

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