Html Css Color HEX #3FC141 Lime Green

📋 copy color: '#3FC141'

red 63 ◦ green 193 ◦ blue 65

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

Shades of Lime Green #3FC141

Tints of Lime Green #3FC141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.12%

 BLUE value IS 65 (25.78% from 255) = 20.25%

R = 19.63%
G = 60.12%
B = 20.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#3FC141 (or 0x3FC141) is known color: Lime Green. HEX triplet: 3F, C1 and 41. RGB value is (63,193,65). Sum of RGB (Red+Green+Blue) = 63+193+65=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC141 is #C03EBE. Grayscale: #8B8B8B. Windows color (decimal): -12598975 or 4309311. OLE color: 4309311.

HSL color Cylindrical-coordinate representation of color #3FC141: hue angle of 120.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC141 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 193 65 -
CMYK 0.67 0 0.66 0.24
HSL 120.92º 0.51% 0.5% -
HSV(B) 120.92º 0.67% 0.76% -
XYZ 22.07 39.58 11.48 -
YUV 139.54 85.93 73.41 -
System Red Green Blue C M Y K H S L
Decimal 63 193 65 0.67 0 0.66 0.24 120.92 0.51 0.5
Hex 3F C1 41 43 0 42 18 79 33 32
Octal 77 301 101 103 0 102 30 171 63 62
Binary 111111 11000001 1000001 1000011 0 1000010 11000 1111001 110011 110010

Color Harmonies of #3FC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC141

Black with #3FC141

Text Example


Text Example

White with #3FC141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,193,65); }

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

background-color css

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

 a { background-color: rgb(63,193,65); }

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

border-color css

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

 span { border-color: rgb(63,193,65); }

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