Html Css Color HEX #5AE137 Lime Green

📋 copy color: '#5AE137'

red 90 ◦ green 225 ◦ blue 55

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

Shades of Lime Green #5AE137

Tints of Lime Green #5AE137

RGB

 RED value IS 90 (35.55% from 255) = 24.32%

 GREEN value IS 225 (88.28% from 255) = 60.81%

 BLUE value IS 55 (21.88% from 255) = 14.86%

R = 24.32%
G = 60.81%
B = 14.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#5AE137 (or 0x5AE137) is known color: Lime Green. HEX triplet: 5A, E1 and 37. RGB value is (90,225,55). Sum of RGB (Red+Green+Blue) = 90+225+55=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 225 (88.28% from 255 or 60.81% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE137 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE137 is #A51EC8. Grayscale: #A5A5A5. Windows color (decimal): -10821321 or 3662170. OLE color: 3662170.

HSL color Cylindrical-coordinate representation of color #5AE137: hue angle of 107.65º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5AE137 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 225 55 -
CMYK 0.60 0 0.76 0.12
HSL 107.65º 0.74% 0.55% -
HSV(B) 107.65º 0.76% 0.88% -
XYZ 31.83 56.3 12.8 -
YUV 165.26 65.77 74.32 -
System Red Green Blue C M Y K H S L
Decimal 90 225 55 0.60 0 0.76 0.12 107.65 0.74 0.55
Hex 5A E1 37 3C 0 4C C 6C 4A 37
Octal 132 341 67 74 0 114 14 154 112 67
Binary 1011010 11100001 110111 111100 0 1001100 1100 1101100 1001010 110111

Color Harmonies of #5AE137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE137

Black with #5AE137

Text Example


Text Example

White with #5AE137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AE137; }

 p { color: rgb(90,225,55); }

 H1.HeaderClassName
 {
   color: #5AE137;
 }
 .AnyTagClassName
 {
   color: #5AE137;
 }
</style>

background-color css

<style>
 a { background-color: #5AE137; }

 a { background-color: rgb(90,225,55); }

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

border-color css

<style>
 span { border-color: #5AE137; }

 span { border-color: rgb(90,225,55); }

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