Html Css Color HEX #3FB740 Lime Green

📋 copy color: '#3FB740'

red 63 ◦ green 183 ◦ blue 64

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

Shades of Lime Green #3FB740

Tints of Lime Green #3FB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.03%

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

R = 20.32%
G = 59.03%
B = 20.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#3FB740 (or 0x3FB740) is known color: Lime Green. HEX triplet: 3F, B7 and 40. RGB value is (63,183,64). Sum of RGB (Red+Green+Blue) = 63+183+64=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB740 is #C048BF. Grayscale: #858585. Windows color (decimal): -12601536 or 4241215. OLE color: 4241215.

HSL color Cylindrical-coordinate representation of color #3FB740: hue angle of 120.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB740 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 63 183 64 -
CMYK 0.66 0 0.65 0.28
HSL 120.5º 0.49% 0.48% -
HSV(B) 120.5º 0.66% 0.72% -
XYZ 19.91 35.29 10.61 -
YUV 133.55 88.74 77.68 -
System Red Green Blue C M Y K H S L
Decimal 63 183 64 0.66 0 0.65 0.28 120.5 0.49 0.48
Hex 3F B7 40 42 0 41 1C 79 31 30
Octal 77 267 100 102 0 101 34 171 61 60
Binary 111111 10110111 1000000 1000010 0 1000001 11100 1111001 110001 110000

Color Harmonies of #3FB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB740

Black with #3FB740

Text Example


Text Example

White with #3FB740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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