Html Css Color HEX #3AC537 Lime Green

📋 copy color: '#3AC537'

red 58 ◦ green 197 ◦ blue 55

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

Shades of Lime Green #3AC537

Tints of Lime Green #3AC537

RGB

 RED value IS 58 (23.05% from 255) = 18.71%

 GREEN value IS 197 (77.34% from 255) = 63.55%

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

R = 18.71%
G = 63.55%
B = 17.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#3AC537 (or 0x3AC537) is known color: Lime Green. HEX triplet: 3A, C5 and 37. RGB value is (58,197,55). Sum of RGB (Red+Green+Blue) = 58+197+55=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC537 is #C53AC8. Grayscale: #8B8B8B. Windows color (decimal): -12925641 or 3654970. OLE color: 3654970.

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

Color convert

RGB 58 197 55 -
CMYK 0.71 0 0.72 0.23
HSL 118.73º 0.56% 0.49% -
HSV(B) 118.73º 0.72% 0.77% -
XYZ 22.4 41.11 10.37 -
YUV 139.25 80.45 70.05 -
System Red Green Blue C M Y K H S L
Decimal 58 197 55 0.71 0 0.72 0.23 118.73 0.56 0.49
Hex 3A C5 37 47 0 48 17 77 38 31
Octal 72 305 67 107 0 110 27 167 70 61
Binary 111010 11000101 110111 1000111 0 1001000 10111 1110111 111000 110001

Color Harmonies of #3AC537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC537

Black with #3AC537

Text Example


Text Example

White with #3AC537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3AC537;
 }
 .AnyTagClassName
 {
   color: #3AC537;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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