Html Css Color HEX #3AC74D Lime Green

📋 copy color: '#3AC74D'

red 58 ◦ green 199 ◦ blue 77

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

Shades of Lime Green #3AC74D

Tints of Lime Green #3AC74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.05%

R = 17.37%
G = 59.58%
B = 23.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#3AC74D (or 0x3AC74D) is known color: Lime Green. HEX triplet: 3A, C7 and 4D. RGB value is (58,199,77). Sum of RGB (Red+Green+Blue) = 58+199+77=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 199 (78.12% from 255 or 59.58% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 199 - color contains mainly: green. Hex color #3AC74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC74D is #C538B2. Grayscale: #8F8F8F. Windows color (decimal): -12925107 or 5097274. OLE color: 5097274.

HSL color Cylindrical-coordinate representation of color #3AC74D: hue angle of 128.09º 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 #3AC74D is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 199 77 -
CMYK 0.71 0 0.61 0.22
HSL 128.09º 0.56% 0.5% -
HSV(B) 128.09º 0.71% 0.78% -
XYZ 23.51 42.28 13.94 -
YUV 142.93 90.79 67.42 -
System Red Green Blue C M Y K H S L
Decimal 58 199 77 0.71 0 0.61 0.22 128.09 0.56 0.5
Hex 3A C7 4D 47 0 3D 16 80 38 32
Octal 72 307 115 107 0 75 26 200 70 62
Binary 111010 11000111 1001101 1000111 0 111101 10110 10000000 111000 110010

Color Harmonies of #3AC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC74D

Black with #3AC74D

Text Example


Text Example

White with #3AC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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