Html Css Color HEX #3DAD33 Lime Green

📋 copy color: '#3DAD33'

red 61 ◦ green 173 ◦ blue 51

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

Shades of Lime Green #3DAD33

Tints of Lime Green #3DAD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 21.4%
G = 60.7%
B = 17.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#3DAD33 (or 0x3DAD33) is known color: Lime Green. HEX triplet: 3D, AD and 33. RGB value is (61,173,51). Sum of RGB (Red+Green+Blue) = 61+173+51=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAD33 is #C252CC. Grayscale: #7D7D7D. Windows color (decimal): -12735181 or 3386685. OLE color: 3386685.

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

Color convert

RGB 61 173 51 -
CMYK 0.65 0 0.71 0.32
HSL 115.08º 0.54% 0.44% -
HSV(B) 115.08º 0.71% 0.68% -
XYZ 17.47 31.12 8.22 -
YUV 125.6 85.89 81.92 -
System Red Green Blue C M Y K H S L
Decimal 61 173 51 0.65 0 0.71 0.32 115.08 0.54 0.44
Hex 3D AD 33 41 0 47 20 73 36 2C
Octal 75 255 63 101 0 107 40 163 66 54
Binary 111101 10101101 110011 1000001 0 1000111 100000 1110011 110110 101100

Color Harmonies of #3DAD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAD33

Black with #3DAD33

Text Example


Text Example

White with #3DAD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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