Html Css Color HEX #3FC642 Lime Green

📋 copy color: '#3FC642'

red 63 ◦ green 198 ◦ blue 66

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

Shades of Lime Green #3FC642

Tints of Lime Green #3FC642

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60.55%

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

R = 19.27%
G = 60.55%
B = 20.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#3FC642 (or 0x3FC642) is known color: Lime Green. HEX triplet: 3F, C6 and 42. RGB value is (63,198,66). Sum of RGB (Red+Green+Blue) = 63+198+66=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC642 is #C039BD. Grayscale: #8E8E8E. Windows color (decimal): -12597694 or 4376127. OLE color: 4376127.

HSL color Cylindrical-coordinate representation of color #3FC642: hue angle of 121.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC642 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 63 198 66 -
CMYK 0.68 0 0.67 0.22
HSL 121.33º 0.54% 0.51% -
HSV(B) 121.33º 0.68% 0.78% -
XYZ 23.23 41.84 12.01 -
YUV 142.59 84.77 71.23 -
System Red Green Blue C M Y K H S L
Decimal 63 198 66 0.68 0 0.67 0.22 121.33 0.54 0.51
Hex 3F C6 42 44 0 43 16 79 36 33
Octal 77 306 102 104 0 103 26 171 66 63
Binary 111111 11000110 1000010 1000100 0 1000011 10110 1111001 110110 110011

Color Harmonies of #3FC642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC642

Black with #3FC642

Text Example


Text Example

White with #3FC642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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