#4bef2d

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

Shades of Lime Green #4BEF2D

Tints of Lime Green #4BEF2D

Color information

#4BEF2D (or 0x4BEF2D) is unknown color: approx Lime Green. HEX triplet: 4B, EF and 2D. RGB value is (75,239,45). Sum of RGB (Red+Green+Blue) = 75+239+45=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 239 (93.75% from 255 or 66.57% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BEF2D is #B410D2. Grayscale: #A8A8A8. Windows color (decimal): -11800787 or 3010379. OLE color: 3010379.

HSL color Cylindrical-coordinate representation of color #4BEF2D: hue angle of 110.72º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4BEF2D is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB7523945-
CMYK0.6900.810.06
HSL110.72º85.84%55.69%-
HSV(B)110.72º81.17%93.73%-
XYZ34.2463.4212.92-
YUV167.8558.6761.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.89%
GREEN value IS 239 (93.75% from 255) = 66.57%
BLUE value IS 45 (17.97% from 255) = 12.53%
R=20.89%
G=66.57%
B=12.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal75239450.6900.810.06110.7285.8455.69
Hex4BEF2D4505166f5638
Octal113357551050121615712670
Binary10010111110111110110110001010101000111011011111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bef2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,239,45); }

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

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

 a { background-color: rgb(75,239,45); }

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

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

 span { border-color: rgb(75,239,45); }

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