Html Css Color HEX #3FBA3F Lime Green

📋 copy color: '#3FBA3F'

red 63 ◦ green 186 ◦ blue 63

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

Shades of Lime Green #3FBA3F

Tints of Lime Green #3FBA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.62%

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

R = 20.19%
G = 59.62%
B = 20.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#3FBA3F (or 0x3FBA3F) is known color: Lime Green. HEX triplet: 3F, BA and 3F. RGB value is (63,186,63). Sum of RGB (Red+Green+Blue) = 63+186+63=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA3F is #C045C0. Grayscale: #878787. Windows color (decimal): -12600769 or 4176447. OLE color: 4176447.

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

Color convert

RGB 63 186 63 -
CMYK 0.66 0 0.66 0.27
HSL 120º 0.49% 0.49% -
HSV(B) 120º 0.66% 0.73% -
XYZ 20.51 36.53 10.67 -
YUV 135.2 87.25 76.5 -
System Red Green Blue C M Y K H S L
Decimal 63 186 63 0.66 0 0.66 0.27 120 0.49 0.49
Hex 3F BA 3F 42 0 42 1B 78 31 31
Octal 77 272 77 102 0 102 33 170 61 61
Binary 111111 10111010 111111 1000010 0 1000010 11011 1111000 110001 110001

Color Harmonies of #3FBA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBA3F

Black with #3FBA3F

Text Example


Text Example

White with #3FBA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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