Html Css Color HEX #3AC53C Lime Green

📋 copy color: '#3AC53C'

red 58 ◦ green 197 ◦ blue 60

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

Shades of Lime Green #3AC53C

Tints of Lime Green #3AC53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 18.41%
G = 62.54%
B = 19.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#3AC53C (or 0x3AC53C) is known color: Lime Green. HEX triplet: 3A, C5 and 3C. RGB value is (58,197,60). Sum of RGB (Red+Green+Blue) = 58+197+60=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC53C is #C53AC3. Grayscale: #8C8C8C. Windows color (decimal): -12925636 or 3982650. OLE color: 3982650.

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

Color convert

RGB 58 197 60 -
CMYK 0.71 0 0.70 0.23
HSL 120.86º 0.55% 0.5% -
HSV(B) 120.86º 0.71% 0.77% -
XYZ 22.53 41.16 11.03 -
YUV 139.82 82.95 69.64 -
System Red Green Blue C M Y K H S L
Decimal 58 197 60 0.71 0 0.70 0.23 120.86 0.55 0.5
Hex 3A C5 3C 47 0 46 17 79 37 32
Octal 72 305 74 107 0 106 27 171 67 62
Binary 111010 11000101 111100 1000111 0 1000110 10111 1111001 110111 110010

Color Harmonies of #3AC53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC53C

Black with #3AC53C

Text Example


Text Example

White with #3AC53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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