#4BE052

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

Shades of Lime Green #4BE052

Tints of Lime Green #4BE052

Color information

#4BE052 (or 0x4BE052) is unknown color: approx Lime Green. HEX triplet: 4B, E0 and 52. RGB value is (75,224,82). Sum of RGB (Red+Green+Blue) = 75+224+82=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 224 (87.89% from 255 or 58.79% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BE052 is #B41FAD. Grayscale: #A3A3A3. Windows color (decimal): -11804590 or 5431371. OLE color: 5431371.

HSL color Cylindrical-coordinate representation of color #4BE052: hue angle of 122.82º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE052 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB7522482-
CMYK0.6700.630.12
HSL122.82º70.62%58.63%-
HSV(B)122.82º66.52%87.84%-
XYZ31.0855.4217.04-
YUV163.2682.1465.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 224 (87.89% from 255) = 58.79%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=19.69%
G=58.79%
B=21.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal75224820.6700.630.12122.8270.6258.63
Hex4BE0524303FC7b473b
Octal1133401221030771417310773
Binary100101111100000101001010000110111111110011110111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,224,82); }

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

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

 a { background-color: rgb(75,224,82); }

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

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

 span { border-color: rgb(75,224,82); }

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