Html Css Color HEX #3FBE3F Lime Green

📋 copy color: '#3FBE3F'

red 63 ◦ green 190 ◦ blue 63

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

Shades of Lime Green #3FBE3F

Tints of Lime Green #3FBE3F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.13%

 BLUE value IS 63 (25% from 255) = 19.94%

R = 19.94%
G = 60.13%
B = 19.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#3FBE3F (or 0x3FBE3F) is known color: Lime Green. HEX triplet: 3F, BE and 3F. RGB value is (63,190,63). Sum of RGB (Red+Green+Blue) = 63+190+63=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBE3F is #C041C0. Grayscale: #898989. Windows color (decimal): -12599745 or 4177471. OLE color: 4177471.

HSL color Cylindrical-coordinate representation of color #3FBE3F: hue angle of 120º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBE3F is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 190 63 -
CMYK 0.67 0 0.67 0.25
HSL 120º 0.5% 0.5% -
HSV(B) 120º 0.67% 0.75% -
XYZ 21.36 38.24 10.96 -
YUV 137.55 85.92 74.83 -
System Red Green Blue C M Y K H S L
Decimal 63 190 63 0.67 0 0.67 0.25 120 0.5 0.5
Hex 3F BE 3F 43 0 43 19 78 32 32
Octal 77 276 77 103 0 103 31 170 62 62
Binary 111111 10111110 111111 1000011 0 1000011 11001 1111000 110010 110010

Color Harmonies of #3FBE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBE3F

Black with #3FBE3F

Text Example


Text Example

White with #3FBE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,190,63); }

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

background-color css

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

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

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

border-color css

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

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

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