Html Css Color HEX #3CAC32 Lime Green

📋 copy color: '#3CAC32'

red 60 ◦ green 172 ◦ blue 50

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

Shades of Lime Green #3CAC32

Tints of Lime Green #3CAC32

RGB

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

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

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

R = 21.28%
G = 60.99%
B = 17.73%

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

#3CAC32 (or 0x3CAC32) is known color: Lime Green. HEX triplet: 3C, AC and 32. RGB value is (60,172,50). Sum of RGB (Red+Green+Blue) = 60+172+50=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAC32 is #C353CD. Grayscale: #7C7C7C. Windows color (decimal): -12800974 or 3320892. OLE color: 3320892.

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

Color convert

RGB 60 172 50 -
CMYK 0.65 0 0.71 0.33
HSL 115.08º 0.55% 0.44% -
HSV(B) 115.08º 0.71% 0.67% -
XYZ 17.19 30.7 8.04 -
YUV 124.6 85.89 81.92 -
System Red Green Blue C M Y K H S L
Decimal 60 172 50 0.65 0 0.71 0.33 115.08 0.55 0.44
Hex 3C AC 32 41 0 47 21 73 37 2C
Octal 74 254 62 101 0 107 41 163 67 54
Binary 111100 10101100 110010 1000001 0 1000111 100001 1110011 110111 101100

Color Harmonies of #3CAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAC32

Black with #3CAC32

Text Example


Text Example

White with #3CAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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