Html Css Color HEX #3AC14A Lime Green

📋 copy color: '#3AC14A'

red 58 ◦ green 193 ◦ blue 74

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

Shades of Lime Green #3AC14A

Tints of Lime Green #3AC14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.38%

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

R = 17.85%
G = 59.38%
B = 22.77%

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

#3AC14A (or 0x3AC14A) is known color: Lime Green. HEX triplet: 3A, C1 and 4A. RGB value is (58,193,74). Sum of RGB (Red+Green+Blue) = 58+193+74=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC14A is #C53EB5. Grayscale: #8B8B8B. Windows color (decimal): -12926646 or 4899130. OLE color: 4899130.

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

Color convert

RGB 58 193 74 -
CMYK 0.70 0 0.62 0.24
HSL 127.11º 0.54% 0.49% -
HSV(B) 127.11º 0.7% 0.76% -
XYZ 22.05 39.53 12.95 -
YUV 139.07 91.27 70.18 -
System Red Green Blue C M Y K H S L
Decimal 58 193 74 0.70 0 0.62 0.24 127.11 0.54 0.49
Hex 3A C1 4A 46 0 3E 18 7F 36 31
Octal 72 301 112 106 0 76 30 177 66 61
Binary 111010 11000001 1001010 1000110 0 111110 11000 1111111 110110 110001

Color Harmonies of #3AC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC14A

Black with #3AC14A

Text Example


Text Example

White with #3AC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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