Html Css Color HEX #3AD84F Lime Green

📋 copy color: '#3AD84F'

red 58 ◦ green 216 ◦ blue 79

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

Shades of Lime Green #3AD84F

Tints of Lime Green #3AD84F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.19%

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

R = 16.43%
G = 61.19%
B = 22.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#3AD84F (or 0x3AD84F) is known color: Lime Green. HEX triplet: 3A, D8 and 4F. RGB value is (58,216,79). Sum of RGB (Red+Green+Blue) = 58+216+79=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 216 (84.77% from 255 or 61.19% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD84F is #C527B0. Grayscale: #999999. Windows color (decimal): -12920753 or 5232698. OLE color: 5232698.

HSL color Cylindrical-coordinate representation of color #3AD84F: hue angle of 127.97º degrees, saturation: 0.67, 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 #3AD84F is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 79 -
CMYK 0.73 0 0.63 0.15
HSL 127.97º 0.67% 0.54% -
HSV(B) 127.97º 0.73% 0.85% -
XYZ 27.71 50.58 15.7 -
YUV 153.14 86.15 60.14 -
System Red Green Blue C M Y K H S L
Decimal 58 216 79 0.73 0 0.63 0.15 127.97 0.67 0.54
Hex 3A D8 4F 49 0 3F F 80 43 36
Octal 72 330 117 111 0 77 17 200 103 66
Binary 111010 11011000 1001111 1001001 0 111111 1111 10000000 1000011 110110

Color Harmonies of #3AD84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD84F

Black with #3AD84F

Text Example


Text Example

White with #3AD84F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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