#4BBE3C

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

Shades of Lime Green #4BBE3C

Tints of Lime Green #4BBE3C

Color information

#4BBE3C (or 0x4BBE3C) is unknown color: approx Lime Green. HEX triplet: 4B, BE and 3C. RGB value is (75,190,60). Sum of RGB (Red+Green+Blue) = 75+190+60=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBE3C is #B441C3. Grayscale: #8D8D8D. Windows color (decimal): -11813316 or 3980875. OLE color: 3980875.

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

Color convert

RGB7519060-
CMYK0.6100.680.25
HSL113.08º52%49.02%-
HSV(B)113.08º68.42%74.51%-
XYZ22.1338.6510.57-
YUV140.7982.481.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.08%
GREEN value IS 190 (74.61% from 255) = 58.46%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=23.08%
G=58.46%
B=18.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75190600.6100.680.25113.085249.02
Hex4BBE3C3D04419713431
Octal11327674750104311616461
Binary10010111011111011110011110101000100110011110001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,190,60); }

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

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

 a { background-color: rgb(75,190,60); }

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

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

 span { border-color: rgb(75,190,60); }

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