Html Css Color HEX #3DAC32 Lime Green

📋 copy color: '#3DAC32'

red 61 ◦ green 172 ◦ blue 50

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

Shades of Lime Green #3DAC32

Tints of Lime Green #3DAC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.78%

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 21.55%
G = 60.78%
B = 17.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#3DAC32 (or 0x3DAC32) is known color: Lime Green. HEX triplet: 3D, AC and 32. RGB value is (61,172,50). Sum of RGB (Red+Green+Blue) = 61+172+50=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC32 is #C253CD. Grayscale: #7D7D7D. Windows color (decimal): -12735438 or 3320893. OLE color: 3320893.

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

Color convert

RGB 61 172 50 -
CMYK 0.65 0 0.71 0.33
HSL 114.59º 0.55% 0.44% -
HSV(B) 114.59º 0.71% 0.67% -
XYZ 17.25 30.73 8.04 -
YUV 124.9 85.73 82.42 -
System Red Green Blue C M Y K H S L
Decimal 61 172 50 0.65 0 0.71 0.33 114.59 0.55 0.44
Hex 3D AC 32 41 0 47 21 73 37 2C
Octal 75 254 62 101 0 107 41 163 67 54
Binary 111101 10101100 110010 1000001 0 1000111 100001 1110011 110111 101100

Color Harmonies of #3DAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAC32

Black with #3DAC32

Text Example


Text Example

White with #3DAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,172,50); }

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

background-color css

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

 a { background-color: rgb(61,172,50); }

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

border-color css

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

 span { border-color: rgb(61,172,50); }

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