#4BBF3F

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

Shades of Lime Green #4BBF3F

Tints of Lime Green #4BBF3F

Color information

#4BBF3F (or 0x4BBF3F) is unknown color: approx Lime Green. HEX triplet: 4B, BF and 3F. RGB value is (75,191,63). Sum of RGB (Red+Green+Blue) = 75+191+63=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBF3F is #B440C0. Grayscale: #8E8E8E. Windows color (decimal): -11813057 or 4177739. OLE color: 4177739.

HSL color Cylindrical-coordinate representation of color #4BBF3F: hue angle of 114.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BBF3F is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB7519163-
CMYK0.6100.670.25
HSL114.38º50.39%49.8%-
HSV(B)114.38º67.02%74.9%-
XYZ22.4339.1211.07-
YUV141.7283.5780.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 191 (75% from 255) = 58.05%
BLUE value IS 63 (25% from 255) = 19.15%
R=22.80%
G=58.05%
B=19.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75191630.6100.670.25114.3850.3949.8
Hex4BBF3F3D04319723232
Octal11327777750103311626262
Binary10010111011111111111111110101000011110011110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BBF3F; }

 p { color: rgb(75,191,63); }

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

<style>
 a { background-color: #4BBF3F; }

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

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

<style>
 span { border-color: #4BBF3F; }

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

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