#3FB235

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

Shades of Lime Green #3FB235

Tints of Lime Green #3FB235

Color information

#3FB235 (or 0x3FB235) is unknown color: approx Lime Green. HEX triplet: 3F, B2 and 35. RGB value is (63,178,53). Sum of RGB (Red+Green+Blue) = 63+178+53=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 178 (69.92% from 255 or 60.54% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB235 is #C04DCA. Grayscale: #818181. Windows color (decimal): -12602827 or 3519039. OLE color: 3519039.

HSL color Cylindrical-coordinate representation of color #3FB235: hue angle of 115.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FB235 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB6317853-
CMYK0.6500.700.30
HSL115.2º54.11%45.29%-
HSV(B)115.2º70.22%69.8%-
XYZ18.6133.158.79-
YUV129.3684.980.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.43%
GREEN value IS 178 (69.92% from 255) = 60.54%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=21.43%
G=60.54%
B=18.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63178530.6500.700.30115.254.1145.29
Hex3FB235410461E73362d
Octal77262651010106361636655
Binary11111110110010110101100000101000110111101110011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,178,53); }

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

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

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

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

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

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

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