Html Css Color HEX #3FC342 Lime Green

📋 copy color: '#3FC342'

red 63 ◦ green 195 ◦ blue 66

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

Shades of Lime Green #3FC342

Tints of Lime Green #3FC342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 19.44%
G = 60.19%
B = 20.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#3FC342 (or 0x3FC342) is known color: Lime Green. HEX triplet: 3F, C3 and 42. RGB value is (63,195,66). Sum of RGB (Red+Green+Blue) = 63+195+66=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC342 is #C03CBD. Grayscale: #8D8D8D. Windows color (decimal): -12598462 or 4375359. OLE color: 4375359.

HSL color Cylindrical-coordinate representation of color #3FC342: hue angle of 121.36º 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 #3FC342 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 195 66 -
CMYK 0.68 0 0.66 0.24
HSL 121.36º 0.52% 0.51% -
HSV(B) 121.36º 0.68% 0.76% -
XYZ 22.55 40.48 11.78 -
YUV 140.83 85.77 72.49 -
System Red Green Blue C M Y K H S L
Decimal 63 195 66 0.68 0 0.66 0.24 121.36 0.52 0.51
Hex 3F C3 42 44 0 42 18 79 34 33
Octal 77 303 102 104 0 102 30 171 64 63
Binary 111111 11000011 1000010 1000100 0 1000010 11000 1111001 110100 110011

Color Harmonies of #3FC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC342

Black with #3FC342

Text Example


Text Example

White with #3FC342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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