Html Css Color HEX #3AD64A Lime Green

📋 copy color: '#3AD64A'

red 58 ◦ green 214 ◦ blue 74

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

Shades of Lime Green #3AD64A

Tints of Lime Green #3AD64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.85%

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

R = 16.76%
G = 61.85%
B = 21.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#3AD64A (or 0x3AD64A) is known color: Lime Green. HEX triplet: 3A, D6 and 4A. RGB value is (58,214,74). Sum of RGB (Red+Green+Blue) = 58+214+74=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD64A is #C529B5. Grayscale: #979797. Windows color (decimal): -12921270 or 4904506. OLE color: 4904506.

HSL color Cylindrical-coordinate representation of color #3AD64A: hue angle of 126.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD64A is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 214 74 -
CMYK 0.73 0 0.65 0.16
HSL 126.15º 0.66% 0.53% -
HSV(B) 126.15º 0.73% 0.84% -
XYZ 27.03 49.49 14.61 -
YUV 151.4 84.32 61.38 -
System Red Green Blue C M Y K H S L
Decimal 58 214 74 0.73 0 0.65 0.16 126.15 0.66 0.53
Hex 3A D6 4A 49 0 41 10 7E 42 35
Octal 72 326 112 111 0 101 20 176 102 65
Binary 111010 11010110 1001010 1001001 0 1000001 10000 1111110 1000010 110101

Color Harmonies of #3AD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD64A

Black with #3AD64A

Text Example


Text Example

White with #3AD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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