Html Css Color HEX #55E63A Lime Green

📋 copy color: '#55E63A'

red 85 ◦ green 230 ◦ blue 58

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

Shades of Lime Green #55E63A

Tints of Lime Green #55E63A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 61.66%

 BLUE value IS 58 (23.05% from 255) = 15.55%

R = 22.79%
G = 61.66%
B = 15.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#55E63A (or 0x55E63A) is known color: Lime Green. HEX triplet: 55, E6 and 3A. RGB value is (85,230,58). Sum of RGB (Red+Green+Blue) = 85+230+58=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 230 (90.23% from 255 or 61.66% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 230 - color contains mainly: green. Hex color #55E63A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E63A is #AA19C5. Grayscale: #A7A7A7. Windows color (decimal): -11147718 or 3860053. OLE color: 3860053.

HSL color Cylindrical-coordinate representation of color #55E63A: hue angle of 110.58º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55E63A is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 230 58 -
CMYK 0.63 0 0.75 0.10
HSL 110.58º 0.77% 0.56% -
HSV(B) 110.58º 0.75% 0.9% -
XYZ 32.81 58.83 13.63 -
YUV 167.04 66.46 69.49 -
System Red Green Blue C M Y K H S L
Decimal 85 230 58 0.63 0 0.75 0.10 110.58 0.77 0.56
Hex 55 E6 3A 3F 0 4B A 6F 4D 38
Octal 125 346 72 77 0 113 12 157 115 70
Binary 1010101 11100110 111010 111111 0 1001011 1010 1101111 1001101 111000

Color Harmonies of #55E63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E63A

Black with #55E63A

Text Example


Text Example

White with #55E63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,230,58); }

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

background-color css

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

 a { background-color: rgb(85,230,58); }

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

border-color css

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

 span { border-color: rgb(85,230,58); }

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