Html Css Color HEX #3ADC3B Lime Green

📋 copy color: '#3ADC3B'

red 58 ◦ green 220 ◦ blue 59

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

Shades of Lime Green #3ADC3B

Tints of Lime Green #3ADC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.51%

R = 17.21%
G = 65.28%
B = 17.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#3ADC3B (or 0x3ADC3B) is known color: Lime Green. HEX triplet: 3A, DC and 3B. RGB value is (58,220,59). Sum of RGB (Red+Green+Blue) = 58+220+59=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC3B is #C523C4. Grayscale: #999999. Windows color (decimal): -12919749 or 3923002. OLE color: 3923002.

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

Color convert

RGB 58 220 59 -
CMYK 0.74 0 0.73 0.14
HSL 120.37º 0.7% 0.55% -
HSV(B) 120.37º 0.74% 0.86% -
XYZ 28.13 52.4 12.77 -
YUV 153.21 74.83 60.09 -
System Red Green Blue C M Y K H S L
Decimal 58 220 59 0.74 0 0.73 0.14 120.37 0.7 0.55
Hex 3A DC 3B 4A 0 49 E 78 46 37
Octal 72 334 73 112 0 111 16 170 106 67
Binary 111010 11011100 111011 1001010 0 1001001 1110 1111000 1000110 110111

Color Harmonies of #3ADC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADC3B

Black with #3ADC3B

Text Example


Text Example

White with #3ADC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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