Html Css Color HEX #3AD84A Lime Green

📋 copy color: '#3AD84A'

red 58 ◦ green 216 ◦ blue 74

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

Shades of Lime Green #3AD84A

Tints of Lime Green #3AD84A

RGB

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

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

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

R = 16.67%
G = 62.07%
B = 21.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#3AD84A (or 0x3AD84A) is known color: Lime Green. HEX triplet: 3A, D8 and 4A. RGB value is (58,216,74). Sum of RGB (Red+Green+Blue) = 58+216+74=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 216 (84.77% from 255 or 62.07% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD84A is #C527B5. Grayscale: #989898. Windows color (decimal): -12920758 or 4905018. OLE color: 4905018.

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

Color convert

RGB 58 216 74 -
CMYK 0.73 0 0.66 0.15
HSL 126.08º 0.67% 0.54% -
HSV(B) 126.08º 0.73% 0.85% -
XYZ 27.54 50.51 14.78 -
YUV 152.57 83.65 60.55 -
System Red Green Blue C M Y K H S L
Decimal 58 216 74 0.73 0 0.66 0.15 126.08 0.67 0.54
Hex 3A D8 4A 49 0 42 F 7E 43 36
Octal 72 330 112 111 0 102 17 176 103 66
Binary 111010 11011000 1001010 1001001 0 1000010 1111 1111110 1000011 110110

Color Harmonies of #3AD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD84A

Black with #3AD84A

Text Example


Text Example

White with #3AD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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