Html Css Color HEX #55E93D Lime Green

📋 copy color: '#55E93D'

red 85 ◦ green 233 ◦ blue 61

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

Shades of Lime Green #55E93D

Tints of Lime Green #55E93D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 61.48%

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 22.43%
G = 61.48%
B = 16.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#55E93D (or 0x55E93D) is known color: Lime Green. HEX triplet: 55, E9 and 3D. RGB value is (85,233,61). Sum of RGB (Red+Green+Blue) = 85+233+61=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 233 (91.41% from 255 or 61.48% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 233 - color contains mainly: green. Hex color #55E93D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E93D is #AA16C2. Grayscale: #A9A9A9. Windows color (decimal): -11146947 or 4057429. OLE color: 4057429.

HSL color Cylindrical-coordinate representation of color #55E93D: hue angle of 111.63º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55E93D is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 233 61 -
CMYK 0.64 0 0.74 0.09
HSL 111.63º 0.8% 0.58% -
HSV(B) 111.63º 0.74% 0.91% -
XYZ 33.73 60.55 14.32 -
YUV 169.14 66.97 67.99 -
System Red Green Blue C M Y K H S L
Decimal 85 233 61 0.64 0 0.74 0.09 111.63 0.8 0.58
Hex 55 E9 3D 40 0 4A 9 70 50 3A
Octal 125 351 75 100 0 112 11 160 120 72
Binary 1010101 11101001 111101 1000000 0 1001010 1001 1110000 1010000 111010

Color Harmonies of #55E93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E93D

Black with #55E93D

Text Example


Text Example

White with #55E93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,233,61); }

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

background-color css

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

 a { background-color: rgb(85,233,61); }

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

border-color css

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

 span { border-color: rgb(85,233,61); }

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