Html Css Color HEX #3CAD32 Lime Green

📋 copy color: '#3CAD32'

red 60 ◦ green 173 ◦ blue 50

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

Shades of Lime Green #3CAD32

Tints of Lime Green #3CAD32

RGB

 RED value IS 60 (23.83% from 255) = 21.2%

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

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

R = 21.2%
G = 61.13%
B = 17.67%

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

#3CAD32 (or 0x3CAD32) is known color: Lime Green. HEX triplet: 3C, AD and 32. RGB value is (60,173,50). Sum of RGB (Red+Green+Blue) = 60+173+50=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 173 (67.97% from 255 or 61.13% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAD32 is #C352CD. Grayscale: #7D7D7D. Windows color (decimal): -12800718 or 3321148. OLE color: 3321148.

HSL color Cylindrical-coordinate representation of color #3CAD32: hue angle of 115.12º degrees, saturation: 0.55, 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 #3CAD32 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 173 50 -
CMYK 0.65 0 0.71 0.32
HSL 115.12º 0.55% 0.44% -
HSV(B) 115.12º 0.71% 0.68% -
XYZ 17.38 31.08 8.1 -
YUV 125.19 85.56 81.5 -
System Red Green Blue C M Y K H S L
Decimal 60 173 50 0.65 0 0.71 0.32 115.12 0.55 0.44
Hex 3C AD 32 41 0 47 20 73 37 2C
Octal 74 255 62 101 0 107 40 163 67 54
Binary 111100 10101101 110010 1000001 0 1000111 100000 1110011 110111 101100

Color Harmonies of #3CAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAD32

Black with #3CAD32

Text Example


Text Example

White with #3CAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,173,50); }

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

background-color css

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

 a { background-color: rgb(60,173,50); }

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

border-color css

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

 span { border-color: rgb(60,173,50); }

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