Html Css Color HEX #3AD84C Lime Green

📋 copy color: '#3AD84C'

red 58 ◦ green 216 ◦ blue 76

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

Shades of Lime Green #3AD84C

Tints of Lime Green #3AD84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 16.57%
G = 61.71%
B = 21.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#3AD84C (or 0x3AD84C) is known color: Lime Green. HEX triplet: 3A, D8 and 4C. RGB value is (58,216,76). Sum of RGB (Red+Green+Blue) = 58+216+76=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD84C is #C527B3. Grayscale: #999999. Windows color (decimal): -12920756 or 5036090. OLE color: 5036090.

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

Color convert

RGB 58 216 76 -
CMYK 0.73 0 0.65 0.15
HSL 126.84º 0.67% 0.54% -
HSV(B) 126.84º 0.73% 0.85% -
XYZ 27.61 50.53 15.14 -
YUV 152.8 84.65 60.38 -
System Red Green Blue C M Y K H S L
Decimal 58 216 76 0.73 0 0.65 0.15 126.84 0.67 0.54
Hex 3A D8 4C 49 0 41 F 7F 43 36
Octal 72 330 114 111 0 101 17 177 103 66
Binary 111010 11011000 1001100 1001001 0 1000001 1111 1111111 1000011 110110

Color Harmonies of #3AD84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD84C

Black with #3AD84C

Text Example


Text Example

White with #3AD84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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