Html Css Color HEX #3ADC57 Lime Green

📋 copy color: '#3ADC57'

red 58 ◦ green 220 ◦ blue 87

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

Shades of Lime Green #3ADC57

Tints of Lime Green #3ADC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.84%

R = 15.89%
G = 60.27%
B = 23.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#3ADC57 (or 0x3ADC57) is known color: Lime Green. HEX triplet: 3A, DC and 57. RGB value is (58,220,87). Sum of RGB (Red+Green+Blue) = 58+220+87=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADC57 is #C523A8. Grayscale: #9C9C9C. Windows color (decimal): -12919721 or 5758010. OLE color: 5758010.

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

Color convert

RGB 58 220 87 -
CMYK 0.74 0 0.60 0.14
HSL 130.74º 0.7% 0.55% -
HSV(B) 130.74º 0.74% 0.86% -
XYZ 29.06 52.77 17.67 -
YUV 156.4 88.83 57.81 -
System Red Green Blue C M Y K H S L
Decimal 58 220 87 0.74 0 0.60 0.14 130.74 0.7 0.55
Hex 3A DC 57 4A 0 3C E 83 46 37
Octal 72 334 127 112 0 74 16 203 106 67
Binary 111010 11011100 1010111 1001010 0 111100 1110 10000011 1000110 110111

Color Harmonies of #3ADC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADC57

Black with #3ADC57

Text Example


Text Example

White with #3ADC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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