#3AC538

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

Shades of Lime Green #3AC538

Tints of Lime Green #3AC538

Color information

#3AC538 (or 0x3AC538) is unknown color: approx Lime Green. HEX triplet: 3A, C5 and 38. RGB value is (58,197,56). Sum of RGB (Red+Green+Blue) = 58+197+56=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC538 is #C53AC7. Grayscale: #8B8B8B. Windows color (decimal): -12925640 or 3720506. OLE color: 3720506.

HSL color Cylindrical-coordinate representation of color #3AC538: hue angle of 119.15º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AC538 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB5819756-
CMYK0.7100.720.23
HSL119.15º55.73%49.61%-
HSV(B)119.15º71.57%77.25%-
XYZ22.4241.1210.5-
YUV139.3680.9569.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.65%
GREEN value IS 197 (77.34% from 255) = 63.34%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=18.65%
G=63.34%
B=18.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58197560.7100.720.23119.1555.7349.61
Hex3AC5384704817773832
Octal72305701070110271677062
Binary11101011000101111000100011101001000101111110111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AC538; }

 p { color: rgb(58,197,56); }

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

<style>
 a { background-color: #3AC538; }

 a { background-color: rgb(58,197,56); }

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

<style>
 span { border-color: #3AC538; }

 span { border-color: rgb(58,197,56); }

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