Html Css Color HEX #3AC34A Lime Green

📋 copy color: '#3AC34A'

red 58 ◦ green 195 ◦ blue 74

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

Shades of Lime Green #3AC34A

Tints of Lime Green #3AC34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 17.74%
G = 59.63%
B = 22.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#3AC34A (or 0x3AC34A) is known color: Lime Green. HEX triplet: 3A, C3 and 4A. RGB value is (58,195,74). Sum of RGB (Red+Green+Blue) = 58+195+74=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 195 (76.56% from 255 or 59.63% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC34A is #C53CB5. Grayscale: #8C8C8C. Windows color (decimal): -12926134 or 4899642. OLE color: 4899642.

HSL color Cylindrical-coordinate representation of color #3AC34A: hue angle of 127.01º 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 #3AC34A is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 195 74 -
CMYK 0.70 0 0.62 0.24
HSL 127.01º 0.54% 0.5% -
HSV(B) 127.01º 0.7% 0.76% -
XYZ 22.5 40.42 13.1 -
YUV 140.24 90.61 69.34 -
System Red Green Blue C M Y K H S L
Decimal 58 195 74 0.70 0 0.62 0.24 127.01 0.54 0.5
Hex 3A C3 4A 46 0 3E 18 7F 36 32
Octal 72 303 112 106 0 76 30 177 66 62
Binary 111010 11000011 1001010 1000110 0 111110 11000 1111111 110110 110010

Color Harmonies of #3AC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC34A

Black with #3AC34A

Text Example


Text Example

White with #3AC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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