Html Css Color HEX #3AC34D Lime Green

📋 copy color: '#3AC34D'

red 58 ◦ green 195 ◦ blue 77

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

Shades of Lime Green #3AC34D

Tints of Lime Green #3AC34D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.09%

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

R = 17.58%
G = 59.09%
B = 23.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#3AC34D (or 0x3AC34D) is known color: Lime Green. HEX triplet: 3A, C3 and 4D. RGB value is (58,195,77). Sum of RGB (Red+Green+Blue) = 58+195+77=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC34D is #C53CB2. Grayscale: #8C8C8C. Windows color (decimal): -12926131 or 5096250. OLE color: 5096250.

HSL color Cylindrical-coordinate representation of color #3AC34D: hue angle of 128.32º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC34D is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 195 77 -
CMYK 0.70 0 0.61 0.24
HSL 128.32º 0.54% 0.5% -
HSV(B) 128.32º 0.7% 0.76% -
XYZ 22.6 40.47 13.64 -
YUV 140.59 92.11 69.09 -
System Red Green Blue C M Y K H S L
Decimal 58 195 77 0.70 0 0.61 0.24 128.32 0.54 0.5
Hex 3A C3 4D 46 0 3D 18 80 36 32
Octal 72 303 115 106 0 75 30 200 66 62
Binary 111010 11000011 1001101 1000110 0 111101 11000 10000000 110110 110010

Color Harmonies of #3AC34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC34D

Black with #3AC34D

Text Example


Text Example

White with #3AC34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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