#3FB22E

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

Shades of Lime Green #3FB22E

Tints of Lime Green #3FB22E

Color information

#3FB22E (or 0x3FB22E) is unknown color: approx Lime Green. HEX triplet: 3F, B2 and 2E. RGB value is (63,178,46). Sum of RGB (Red+Green+Blue) = 63+178+46=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 178 (69.92% from 255 or 62.02% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB22E is #C04DD1. Grayscale: #808080. Windows color (decimal): -12602834 or 3060287. OLE color: 3060287.

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

Color convert

RGB6317846-
CMYK0.6500.740.30
HSL112.27º58.93%43.92%-
HSV(B)112.27º74.16%69.8%-
XYZ18.4633.098-
YUV128.5781.481.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 178 (69.92% from 255) = 62.02%
BLUE value IS 46 (18.36% from 255) = 16.03%
R=21.95%
G=62.02%
B=16.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63178460.6500.740.30112.2758.9343.92
Hex3FB22E4104A1E703b2c
Octal77262561010112361607354
Binary11111110110010101110100000101001010111101110000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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