#5AE630

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

Shades of Lime Green #5AE630

Tints of Lime Green #5AE630

Color information

#5AE630 (or 0x5AE630) is unknown color: approx Lime Green. HEX triplet: 5A, E6 and 30. RGB value is (90,230,48). Sum of RGB (Red+Green+Blue) = 90+230+48=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 230 (90.23% from 255 or 62.5% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE630 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AE630 is #A519CF. Grayscale: #A7A7A7. Windows color (decimal): -10820048 or 3204698. OLE color: 3204698.

HSL color Cylindrical-coordinate representation of color #5AE630: hue angle of 106.15º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AE630 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB9023048-
CMYK0.6100.790.10
HSL106.15º78.45%54.51%-
HSV(B)106.15º79.13%90.2%-
XYZ33.0558.9812.44-
YUV167.3960.6272.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.46%
GREEN value IS 230 (90.23% from 255) = 62.5%
BLUE value IS 48 (19.14% from 255) = 13.04%
R=24.46%
G=62.5%
B=13.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal90230480.6100.790.10106.1578.4554.51
Hex5AE6303D04FA6a4e37
Octal132346607501171215211667
Binary10110101110011011000011110101001111101011010101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,230,48); }

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

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

 a { background-color: rgb(90,230,48); }

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

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

 span { border-color: rgb(90,230,48); }

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