#4BBF41

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

Shades of Lime Green #4BBF41

Tints of Lime Green #4BBF41

Color information

#4BBF41 (or 0x4BBF41) is unknown color: approx Lime Green. HEX triplet: 4B, BF and 41. RGB value is (75,191,65). Sum of RGB (Red+Green+Blue) = 75+191+65=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBF41 is #B440BE. Grayscale: #8E8E8E. Windows color (decimal): -11813055 or 4308811. OLE color: 4308811.

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

Color convert

RGB7519165-
CMYK0.6100.660.25
HSL115.24º49.61%50.2%-
HSV(B)115.24º65.97%74.9%-
XYZ22.4939.1411.37-
YUV141.9584.5780.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 191 (75% from 255) = 57.70%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=22.66%
G=57.70%
B=19.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75191650.6100.660.25115.2449.6150.2
Hex4BBF413D04219733232
Octal113277101750102311636262
Binary100101110111111100000111110101000010110011110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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