#3FB130

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

Shades of Lime Green #3FB130

Tints of Lime Green #3FB130

Color information

#3FB130 (or 0x3FB130) is unknown color: approx Lime Green. HEX triplet: 3F, B1 and 30. RGB value is (63,177,48). Sum of RGB (Red+Green+Blue) = 63+177+48=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 177 (69.53% from 255 or 61.46% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB130 is #C04ECF. Grayscale: #808080. Windows color (decimal): -12603088 or 3191103. OLE color: 3191103.

HSL color Cylindrical-coordinate representation of color #3FB130: hue angle of 113.02º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FB130 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB6317748-
CMYK0.6400.730.31
HSL113.02º57.33%44.12%-
HSV(B)113.02º72.88%69.41%-
XYZ18.3132.718.15-
YUV128.2182.7381.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 177 (69.53% from 255) = 61.46%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=21.88%
G=61.46%
B=16.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63177480.6400.730.31113.0257.3344.12
Hex3FB130400491F71392c
Octal77261601000111371617154
Binary11111110110001110000100000001001001111111110001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,177,48); }

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

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

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

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

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

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

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