#5AE03D

Color #5AE03D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #5AE03D

Tints of Lime Green #5AE03D

Color information

#5AE03D (or 0x5AE03D) is unknown color: approx Lime Green. HEX triplet: 5A, E0 and 3D. RGB value is (90,224,61). Sum of RGB (Red+Green+Blue) = 90+224+61=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 224 (87.89% from 255 or 59.73% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE03D is #A51FC2. Grayscale: #A5A5A5. Windows color (decimal): -10821571 or 4055130. OLE color: 4055130.

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

Color convert

RGB9022461-
CMYK0.6000.730.12
HSL109.33º72.44%55.88%-
HSV(B)109.33º72.77%87.84%-
XYZ31.7155.8213.52-
YUV165.3569.1174.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 224 (87.89% from 255) = 59.73%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=24%
G=59.73%
B=16.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal90224610.6000.730.12109.3372.4455.88
Hex5AE03D3C049C6d4838
Octal132340757401111415511070
Binary10110101110000011110111110001001001110011011011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,224,61); }

 H1.HeaderClassName
 {
   color: #5AE03D;
 }
 .AnyTagClassName
 {
   color: #5AE03D;
 }
</style>
background-color css

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

 a { background-color: rgb(90,224,61); }

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

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

 span { border-color: rgb(90,224,61); }

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