#4BCB4E

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

Shades of Lime Green #4BCB4E

Tints of Lime Green #4BCB4E

Color information

#4BCB4E (or 0x4BCB4E) is unknown color: approx Lime Green. HEX triplet: 4B, CB and 4E. RGB value is (75,203,78). Sum of RGB (Red+Green+Blue) = 75+203+78=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB4E is #B434B1. Grayscale: #969696. Windows color (decimal): -11809970 or 5163851. OLE color: 5163851.

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

Color convert

RGB7520378-
CMYK0.6300.620.20
HSL121.41º55.17%54.51%-
HSV(B)121.41º63.05%79.61%-
XYZ25.6344.7614.5-
YUV150.4887.0974.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.07%
GREEN value IS 203 (79.69% from 255) = 57.02%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=21.07%
G=57.02%
B=21.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75203780.6300.620.20121.4155.1754.51
Hex4BCB4E3F03E14793737
Octal11331311677076241716767
Binary10010111100101110011101111110111110101001111001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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