Html Css Color HEX #3FC340 Lime Green

📋 copy color: '#3FC340'

red 63 ◦ green 195 ◦ blue 64

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

Shades of Lime Green #3FC340

Tints of Lime Green #3FC340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 19.57%
G = 60.56%
B = 19.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#3FC340 (or 0x3FC340) is known color: Lime Green. HEX triplet: 3F, C3 and 40. RGB value is (63,195,64). Sum of RGB (Red+Green+Blue) = 63+195+64=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC340 is #C03CBF. Grayscale: #8C8C8C. Windows color (decimal): -12598464 or 4244287. OLE color: 4244287.

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

Color convert

RGB 63 195 64 -
CMYK 0.68 0 0.67 0.24
HSL 120.45º 0.52% 0.51% -
HSV(B) 120.45º 0.68% 0.76% -
XYZ 22.49 40.46 11.47 -
YUV 140.6 84.77 72.65 -
System Red Green Blue C M Y K H S L
Decimal 63 195 64 0.68 0 0.67 0.24 120.45 0.52 0.51
Hex 3F C3 40 44 0 43 18 78 34 33
Octal 77 303 100 104 0 103 30 170 64 63
Binary 111111 11000011 1000000 1000100 0 1000011 11000 1111000 110100 110011

Color Harmonies of #3FC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC340

Black with #3FC340

Text Example


Text Example

White with #3FC340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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