Html Css Color HEX #3DAD30 Lime Green

📋 copy color: '#3DAD30'

red 61 ◦ green 173 ◦ blue 48

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

Shades of Lime Green #3DAD30

Tints of Lime Green #3DAD30

RGB

 RED value IS 61 (24.22% from 255) = 21.63%

 GREEN value IS 173 (67.97% from 255) = 61.35%

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

R = 21.63%
G = 61.35%
B = 17.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#3DAD30 (or 0x3DAD30) is known color: Lime Green. HEX triplet: 3D, AD and 30. RGB value is (61,173,48). Sum of RGB (Red+Green+Blue) = 61+173+48=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAD30 is #C252CF. Grayscale: #7D7D7D. Windows color (decimal): -12735184 or 3190077. OLE color: 3190077.

HSL color Cylindrical-coordinate representation of color #3DAD30: hue angle of 113.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DAD30 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 173 48 -
CMYK 0.65 0 0.72 0.32
HSL 113.76º 0.57% 0.43% -
HSV(B) 113.76º 0.72% 0.68% -
XYZ 17.4 31.09 7.88 -
YUV 125.26 84.39 82.16 -
System Red Green Blue C M Y K H S L
Decimal 61 173 48 0.65 0 0.72 0.32 113.76 0.57 0.43
Hex 3D AD 30 41 0 48 20 72 39 2B
Octal 75 255 60 101 0 110 40 162 71 53
Binary 111101 10101101 110000 1000001 0 1001000 100000 1110010 111001 101011

Color Harmonies of #3DAD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAD30

Black with #3DAD30

Text Example


Text Example

White with #3DAD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,173,48); }

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

background-color css

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

 a { background-color: rgb(61,173,48); }

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

border-color css

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

 span { border-color: rgb(61,173,48); }

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