Html Css Color HEX #3FC349 Lime Green

📋 copy color: '#3FC349'

red 63 ◦ green 195 ◦ blue 73

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

Shades of Lime Green #3FC349

Tints of Lime Green #3FC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.91%

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 19.03%
G = 58.91%
B = 22.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#3FC349 (or 0x3FC349) is known color: Lime Green. HEX triplet: 3F, C3 and 49. RGB value is (63,195,73). Sum of RGB (Red+Green+Blue) = 63+195+73=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC349 is #C03CB6. Grayscale: #8D8D8D. Windows color (decimal): -12598455 or 4834111. OLE color: 4834111.

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

Color convert

RGB 63 195 73 -
CMYK 0.68 0 0.63 0.24
HSL 124.55º 0.52% 0.51% -
HSV(B) 124.55º 0.68% 0.76% -
XYZ 22.77 40.57 12.93 -
YUV 141.62 89.27 71.92 -
System Red Green Blue C M Y K H S L
Decimal 63 195 73 0.68 0 0.63 0.24 124.55 0.52 0.51
Hex 3F C3 49 44 0 3F 18 7D 34 33
Octal 77 303 111 104 0 77 30 175 64 63
Binary 111111 11000011 1001001 1000100 0 111111 11000 1111101 110100 110011

Color Harmonies of #3FC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC349

Black with #3FC349

Text Example


Text Example

White with #3FC349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,195,73); }

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

background-color css

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

 a { background-color: rgb(63,195,73); }

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

border-color css

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

 span { border-color: rgb(63,195,73); }

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