Html Css Color HEX #3FAC32 Lime Green

📋 copy color: '#3FAC32'

red 63 ◦ green 172 ◦ blue 50

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

Shades of Lime Green #3FAC32

Tints of Lime Green #3FAC32

RGB

 RED value IS 63 (25% from 255) = 22.11%

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

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

R = 22.11%
G = 60.35%
B = 17.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#3FAC32 (or 0x3FAC32) is known color: Lime Green. HEX triplet: 3F, AC and 32. RGB value is (63,172,50). Sum of RGB (Red+Green+Blue) = 63+172+50=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAC32 is #C053CD. Grayscale: #7D7D7D. Windows color (decimal): -12604366 or 3320895. OLE color: 3320895.

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

Color convert

RGB 63 172 50 -
CMYK 0.63 0 0.71 0.33
HSL 113.61º 0.55% 0.44% -
HSV(B) 113.61º 0.71% 0.67% -
XYZ 17.38 30.79 8.05 -
YUV 125.5 85.39 83.42 -
System Red Green Blue C M Y K H S L
Decimal 63 172 50 0.63 0 0.71 0.33 113.61 0.55 0.44
Hex 3F AC 32 3F 0 47 21 72 37 2C
Octal 77 254 62 77 0 107 41 162 67 54
Binary 111111 10101100 110010 111111 0 1000111 100001 1110010 110111 101100

Color Harmonies of #3FAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAC32

Black with #3FAC32

Text Example


Text Example

White with #3FAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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