Html Css Color HEX #3AD94F Lime Green

📋 copy color: '#3AD94F'

red 58 ◦ green 217 ◦ blue 79

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

Shades of Lime Green #3AD94F

Tints of Lime Green #3AD94F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 61.3%

 BLUE value IS 79 (31.25% from 255) = 22.32%

R = 16.38%
G = 61.3%
B = 22.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#3AD94F (or 0x3AD94F) is known color: Lime Green. HEX triplet: 3A, D9 and 4F. RGB value is (58,217,79). Sum of RGB (Red+Green+Blue) = 58+217+79=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 217 (85.16% from 255 or 61.30% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD94F is #C526B0. Grayscale: #9A9A9A. Windows color (decimal): -12920497 or 5232954. OLE color: 5232954.

HSL color Cylindrical-coordinate representation of color #3AD94F: hue angle of 127.92º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD94F is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 217 79 -
CMYK 0.73 0 0.64 0.15
HSL 127.92º 0.68% 0.54% -
HSV(B) 127.92º 0.73% 0.85% -
XYZ 27.97 51.09 15.78 -
YUV 153.73 85.82 59.72 -
System Red Green Blue C M Y K H S L
Decimal 58 217 79 0.73 0 0.64 0.15 127.92 0.68 0.54
Hex 3A D9 4F 49 0 40 F 80 44 36
Octal 72 331 117 111 0 100 17 200 104 66
Binary 111010 11011001 1001111 1001001 0 1000000 1111 10000000 1000100 110110

Color Harmonies of #3AD94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD94F

Black with #3AD94F

Text Example


Text Example

White with #3AD94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,217,79); }

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

background-color css

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

 a { background-color: rgb(58,217,79); }

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

border-color css

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

 span { border-color: rgb(58,217,79); }

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