Html Css Color HEX #55E343 Lime Green

📋 copy color: '#55E343'

red 85 ◦ green 227 ◦ blue 67

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

Shades of Lime Green #55E343

Tints of Lime Green #55E343

RGB

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

 GREEN value IS 227 (89.06% from 255) = 59.89%

 BLUE value IS 67 (26.56% from 255) = 17.68%

R = 22.43%
G = 59.89%
B = 17.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#55E343 (or 0x55E343) is known color: Lime Green. HEX triplet: 55, E3 and 43. RGB value is (85,227,67). Sum of RGB (Red+Green+Blue) = 85+227+67=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 227 (89.06% from 255 or 59.89% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 227 - color contains mainly: green. Hex color #55E343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E343 is #AA1CBC. Grayscale: #A6A6A6. Windows color (decimal): -11148477 or 4449109. OLE color: 4449109.

HSL color Cylindrical-coordinate representation of color #55E343: hue angle of 113.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55E343 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 227 67 -
CMYK 0.63 0 0.70 0.11
HSL 113.25º 0.74% 0.58% -
HSV(B) 113.25º 0.7% 0.89% -
XYZ 32.23 57.27 14.67 -
YUV 166.3 71.96 70.01 -
System Red Green Blue C M Y K H S L
Decimal 85 227 67 0.63 0 0.70 0.11 113.25 0.74 0.58
Hex 55 E3 43 3F 0 46 B 71 4A 3A
Octal 125 343 103 77 0 106 13 161 112 72
Binary 1010101 11100011 1000011 111111 0 1000110 1011 1110001 1001010 111010

Color Harmonies of #55E343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E343

Black with #55E343

Text Example


Text Example

White with #55E343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,227,67); }

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

background-color css

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

 a { background-color: rgb(85,227,67); }

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

border-color css

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

 span { border-color: rgb(85,227,67); }

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