Html Css Color HEX #3ADC30 Lime Green

📋 copy color: '#3ADC30'

red 58 ◦ green 220 ◦ blue 48

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

Shades of Lime Green #3ADC30

Tints of Lime Green #3ADC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.72%

R = 17.79%
G = 67.48%
B = 14.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#3ADC30 (or 0x3ADC30) is known color: Lime Green. HEX triplet: 3A, DC and 30. RGB value is (58,220,48). Sum of RGB (Red+Green+Blue) = 58+220+48=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC30 is #C523CF. Grayscale: #989898. Windows color (decimal): -12919760 or 3202106. OLE color: 3202106.

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

Color convert

RGB 58 220 48 -
CMYK 0.74 0 0.78 0.14
HSL 116.51º 0.71% 0.53% -
HSV(B) 116.51º 0.78% 0.86% -
XYZ 27.87 52.3 11.42 -
YUV 151.95 69.33 60.99 -
System Red Green Blue C M Y K H S L
Decimal 58 220 48 0.74 0 0.78 0.14 116.51 0.71 0.53
Hex 3A DC 30 4A 0 4E E 75 47 35
Octal 72 334 60 112 0 116 16 165 107 65
Binary 111010 11011100 110000 1001010 0 1001110 1110 1110101 1000111 110101

Color Harmonies of #3ADC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADC30

Black with #3ADC30

Text Example


Text Example

White with #3ADC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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