#3FBA32

Color #3FBA32 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3FBA32

Tints of Lime Green #3FBA32

Color information

#3FBA32 (or 0x3FBA32) is unknown color: approx Lime Green. HEX triplet: 3F, BA and 32. RGB value is (63,186,50). Sum of RGB (Red+Green+Blue) = 63+186+50=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA32 is #C045CD. Grayscale: #868686. Windows color (decimal): -12600782 or 3324479. OLE color: 3324479.

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

Color convert

RGB6318650-
CMYK0.6600.730.27
HSL114.26º57.63%46.27%-
HSV(B)114.26º73.12%72.94%-
XYZ20.1836.48.98-
YUV133.7280.7577.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.07%
GREEN value IS 186 (73.05% from 255) = 62.21%
BLUE value IS 50 (19.92% from 255) = 16.72%
R=21.07%
G=62.21%
B=16.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63186500.6600.730.27114.2657.6346.27
Hex3FBA32420491B723a2e
Octal77272621020111331627256
Binary11111110111010110010100001001001001110111110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3FBA32;
 }
 .AnyTagClassName
 {
   color: #3FBA32;
 }
</style>
background-color css

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

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

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

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

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

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