Html Css Color HEX #3ADA2A Lime Green

📋 copy color: '#3ADA2A'

red 58 ◦ green 218 ◦ blue 42

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

Shades of Lime Green #3ADA2A

Tints of Lime Green #3ADA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.21%

R = 18.24%
G = 68.55%
B = 13.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#3ADA2A (or 0x3ADA2A) is known color: Lime Green. HEX triplet: 3A, DA and 2A. RGB value is (58,218,42). Sum of RGB (Red+Green+Blue) = 58+218+42=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADA2A is #C525D5. Grayscale: #969696. Windows color (decimal): -12920278 or 2808378. OLE color: 2808378.

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

Color convert

RGB 58 218 42 -
CMYK 0.73 0 0.81 0.15
HSL 114.55º 0.7% 0.51% -
HSV(B) 114.55º 0.81% 0.85% -
XYZ 27.23 51.21 10.64 -
YUV 150.1 66.99 62.31 -
System Red Green Blue C M Y K H S L
Decimal 58 218 42 0.73 0 0.81 0.15 114.55 0.7 0.51
Hex 3A DA 2A 49 0 51 F 73 46 33
Octal 72 332 52 111 0 121 17 163 106 63
Binary 111010 11011010 101010 1001001 0 1010001 1111 1110011 1000110 110011

Color Harmonies of #3ADA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADA2A

Black with #3ADA2A

Text Example


Text Example

White with #3ADA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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