Html Css Color HEX #3ADC35 Lime Green

📋 copy color: '#3ADC35'

red 58 ◦ green 220 ◦ blue 53

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

Shades of Lime Green #3ADC35

Tints of Lime Green #3ADC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.01%

R = 17.52%
G = 66.47%
B = 16.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#3ADC35 (or 0x3ADC35) is known color: Lime Green. HEX triplet: 3A, DC and 35. RGB value is (58,220,53). Sum of RGB (Red+Green+Blue) = 58+220+53=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC35 is #C523CA. Grayscale: #999999. Windows color (decimal): -12919755 or 3529786. OLE color: 3529786.

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

Color convert

RGB 58 220 53 -
CMYK 0.74 0 0.76 0.14
HSL 118.2º 0.7% 0.54% -
HSV(B) 118.2º 0.76% 0.86% -
XYZ 27.98 52.34 12 -
YUV 152.52 71.83 60.58 -
System Red Green Blue C M Y K H S L
Decimal 58 220 53 0.74 0 0.76 0.14 118.2 0.7 0.54
Hex 3A DC 35 4A 0 4C E 76 46 36
Octal 72 334 65 112 0 114 16 166 106 66
Binary 111010 11011100 110101 1001010 0 1001100 1110 1110110 1000110 110110

Color Harmonies of #3ADC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADC35

Black with #3ADC35

Text Example


Text Example

White with #3ADC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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