Html Css Color HEX #3AC04A Lime Green

📋 copy color: '#3AC04A'

red 58 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #3AC04A

Tints of Lime Green #3AC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.26%

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

R = 17.9%
G = 59.26%
B = 22.84%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#3AC04A (or 0x3AC04A) is known color: Lime Green. HEX triplet: 3A, C0 and 4A. RGB value is (58,192,74). Sum of RGB (Red+Green+Blue) = 58+192+74=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC04A is #C53FB5. Grayscale: #8A8A8A. Windows color (decimal): -12926902 or 4898874. OLE color: 4898874.

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

Color convert

RGB 58 192 74 -
CMYK 0.70 0 0.61 0.25
HSL 127.16º 0.54% 0.49% -
HSV(B) 127.16º 0.7% 0.75% -
XYZ 21.83 39.09 12.87 -
YUV 138.48 91.61 70.59 -
System Red Green Blue C M Y K H S L
Decimal 58 192 74 0.70 0 0.61 0.25 127.16 0.54 0.49
Hex 3A C0 4A 46 0 3D 19 7F 36 31
Octal 72 300 112 106 0 75 31 177 66 61
Binary 111010 11000000 1001010 1000110 0 111101 11001 1111111 110110 110001

Color Harmonies of #3AC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC04A

Black with #3AC04A

Text Example


Text Example

White with #3AC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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