Html Css Color HEX #3ADC2F Lime Green

📋 copy color: '#3ADC2F'

red 58 ◦ green 220 ◦ blue 47

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

Shades of Lime Green #3ADC2F

Tints of Lime Green #3ADC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 17.85%
G = 67.69%
B = 14.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#3ADC2F (or 0x3ADC2F) is known color: Lime Green. HEX triplet: 3A, DC and 2F. RGB value is (58,220,47). Sum of RGB (Red+Green+Blue) = 58+220+47=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC2F is #C523D0. Grayscale: #989898. Windows color (decimal): -12919761 or 3136570. OLE color: 3136570.

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

Color convert

RGB 58 220 47 -
CMYK 0.74 0 0.79 0.14
HSL 116.19º 0.71% 0.52% -
HSV(B) 116.19º 0.79% 0.86% -
XYZ 27.85 52.29 11.31 -
YUV 151.84 68.83 61.07 -
System Red Green Blue C M Y K H S L
Decimal 58 220 47 0.74 0 0.79 0.14 116.19 0.71 0.52
Hex 3A DC 2F 4A 0 4F E 74 47 34
Octal 72 334 57 112 0 117 16 164 107 64
Binary 111010 11011100 101111 1001010 0 1001111 1110 1110100 1000111 110100

Color Harmonies of #3ADC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADC2F

Black with #3ADC2F

Text Example


Text Example

White with #3ADC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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