Html Css Color HEX #3ADC3E Lime Green

📋 copy color: '#3ADC3E'

red 58 ◦ green 220 ◦ blue 62

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

Shades of Lime Green #3ADC3E

Tints of Lime Green #3ADC3E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.71%

 BLUE value IS 62 (24.61% from 255) = 18.24%

R = 17.06%
G = 64.71%
B = 18.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#3ADC3E (or 0x3ADC3E) is known color: Lime Green. HEX triplet: 3A, DC and 3E. RGB value is (58,220,62). Sum of RGB (Red+Green+Blue) = 58+220+62=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC3E is #C523C1. Grayscale: #9A9A9A. Windows color (decimal): -12919746 or 4119610. OLE color: 4119610.

HSL color Cylindrical-coordinate representation of color #3ADC3E: hue angle of 121.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADC3E is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 220 62 -
CMYK 0.74 0 0.72 0.14
HSL 121.48º 0.7% 0.55% -
HSV(B) 121.48º 0.74% 0.86% -
XYZ 28.21 52.43 13.19 -
YUV 153.55 76.33 59.85 -
System Red Green Blue C M Y K H S L
Decimal 58 220 62 0.74 0 0.72 0.14 121.48 0.7 0.55
Hex 3A DC 3E 4A 0 48 E 79 46 37
Octal 72 334 76 112 0 110 16 171 106 67
Binary 111010 11011100 111110 1001010 0 1001000 1110 1111001 1000110 110111

Color Harmonies of #3ADC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADC3E

Black with #3ADC3E

Text Example


Text Example

White with #3ADC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,220,62); }

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

background-color css

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

 a { background-color: rgb(58,220,62); }

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

border-color css

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

 span { border-color: rgb(58,220,62); }

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