Html Css Color HEX #3ADA4A Lime Green

📋 copy color: '#3ADA4A'

red 58 ◦ green 218 ◦ blue 74

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

Shades of Lime Green #3ADA4A

Tints of Lime Green #3ADA4A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.29%

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

R = 16.57%
G = 62.29%
B = 21.14%

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

#3ADA4A (or 0x3ADA4A) is known color: Lime Green. HEX triplet: 3A, DA and 4A. RGB value is (58,218,74). Sum of RGB (Red+Green+Blue) = 58+218+74=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 218 (85.55% from 255 or 62.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADA4A is #C525B5. Grayscale: #9A9A9A. Windows color (decimal): -12920246 or 4905530. OLE color: 4905530.

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

Color convert

RGB 58 218 74 -
CMYK 0.73 0 0.66 0.15
HSL 126º 0.68% 0.54% -
HSV(B) 126º 0.73% 0.85% -
XYZ 28.05 51.54 14.95 -
YUV 153.74 82.99 59.71 -
System Red Green Blue C M Y K H S L
Decimal 58 218 74 0.73 0 0.66 0.15 126 0.68 0.54
Hex 3A DA 4A 49 0 42 F 7E 44 36
Octal 72 332 112 111 0 102 17 176 104 66
Binary 111010 11011010 1001010 1001001 0 1000010 1111 1111110 1000100 110110

Color Harmonies of #3ADA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADA4A

Black with #3ADA4A

Text Example


Text Example

White with #3ADA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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