Html Css Color HEX #3AC73D Lime Green

📋 copy color: '#3AC73D'

red 58 ◦ green 199 ◦ blue 61

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

Shades of Lime Green #3AC73D

Tints of Lime Green #3AC73D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 62.58%

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 18.24%
G = 62.58%
B = 19.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#3AC73D (or 0x3AC73D) is known color: Lime Green. HEX triplet: 3A, C7 and 3D. RGB value is (58,199,61). Sum of RGB (Red+Green+Blue) = 58+199+61=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 199 (78.12% from 255 or 62.58% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 199 - color contains mainly: green. Hex color #3AC73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC73D is #C538C2. Grayscale: #8D8D8D. Windows color (decimal): -12925123 or 4048698. OLE color: 4048698.

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

Color convert

RGB 58 199 61 -
CMYK 0.71 0 0.69 0.22
HSL 121.28º 0.56% 0.5% -
HSV(B) 121.28º 0.71% 0.78% -
XYZ 23.01 42.08 11.32 -
YUV 141.11 82.79 68.72 -
System Red Green Blue C M Y K H S L
Decimal 58 199 61 0.71 0 0.69 0.22 121.28 0.56 0.5
Hex 3A C7 3D 47 0 45 16 79 38 32
Octal 72 307 75 107 0 105 26 171 70 62
Binary 111010 11000111 111101 1000111 0 1000101 10110 1111001 111000 110010

Color Harmonies of #3AC73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC73D

Black with #3AC73D

Text Example


Text Example

White with #3AC73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,199,61); }

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

background-color css

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

 a { background-color: rgb(58,199,61); }

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

border-color css

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

 span { border-color: rgb(58,199,61); }

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