#4BCB3E

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

Shades of Lime Green #4BCB3E

Tints of Lime Green #4BCB3E

Color information

#4BCB3E (or 0x4BCB3E) is unknown color: approx Lime Green. HEX triplet: 4B, CB and 3E. RGB value is (75,203,62). Sum of RGB (Red+Green+Blue) = 75+203+62=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCB3E is #B434C1. Grayscale: #959595. Windows color (decimal): -11809986 or 4115275. OLE color: 4115275.

HSL color Cylindrical-coordinate representation of color #4BCB3E: hue angle of 114.47º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BCB3E is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB7520362-
CMYK0.6300.690.20
HSL114.47º57.55%51.96%-
HSV(B)114.47º69.46%79.61%-
XYZ25.1344.5611.83-
YUV148.6579.0975.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.06%
GREEN value IS 203 (79.69% from 255) = 59.71%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=22.06%
G=59.71%
B=18.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75203620.6300.690.20114.4757.5551.96
Hex4BCB3E3F04514723a34
Octal11331376770105241627264
Binary10010111100101111111011111101000101101001110010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,203,62); }

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

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

 a { background-color: rgb(75,203,62); }

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

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

 span { border-color: rgb(75,203,62); }

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