#4BBD3C

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

Shades of Lime Green #4BBD3C

Tints of Lime Green #4BBD3C

Color information

#4BBD3C (or 0x4BBD3C) is unknown color: approx Lime Green. HEX triplet: 4B, BD and 3C. RGB value is (75,189,60). Sum of RGB (Red+Green+Blue) = 75+189+60=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBD3C is #B442C3. Grayscale: #8C8C8C. Windows color (decimal): -11813572 or 3980619. OLE color: 3980619.

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

Color convert

RGB7518960-
CMYK0.6000.680.26
HSL113.02º51.81%48.82%-
HSV(B)113.02º68.25%74.12%-
XYZ21.9138.2210.5-
YUV140.2182.7381.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 189 (74.22% from 255) = 58.33%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=23.15%
G=58.33%
B=18.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75189600.6000.680.26113.0251.8148.82
Hex4BBD3C3C0441A713431
Octal11327574740104321616461
Binary10010111011110111110011110001000100110101110001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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