#4BEA3E

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

Shades of Lime Green #4BEA3E

Tints of Lime Green #4BEA3E

Color information

#4BEA3E (or 0x4BEA3E) is unknown color: approx Lime Green. HEX triplet: 4B, EA and 3E. RGB value is (75,234,62). Sum of RGB (Red+Green+Blue) = 75+234+62=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 234 (91.80% from 255 or 63.07% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEA3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BEA3E is #B415C1. Grayscale: #A7A7A7. Windows color (decimal): -11802050 or 4123211. OLE color: 4123211.

HSL color Cylindrical-coordinate representation of color #4BEA3E: hue angle of 115.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4BEA3E is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB7523462-
CMYK0.6800.740.08
HSL115.47º80.37%58.04%-
HSV(B)115.47º73.5%91.76%-
XYZ33.1960.6914.52-
YUV166.8568.8262.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.22%
GREEN value IS 234 (91.80% from 255) = 63.07%
BLUE value IS 62 (24.61% from 255) = 16.71%
R=20.22%
G=63.07%
B=16.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal75234620.6800.740.08115.4780.3758.04
Hex4BEA3E4404A873503a
Octal1133527610401121016312072
Binary100101111101010111110100010001001010100011100111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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