#4BD034

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

Shades of Lime Green #4BD034

Tints of Lime Green #4BD034

Color information

#4BD034 (or 0x4BD034) is unknown color: approx Lime Green. HEX triplet: 4B, D0 and 34. RGB value is (75,208,52). Sum of RGB (Red+Green+Blue) = 75+208+52=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD034 is #B42FCB. Grayscale: #969696. Windows color (decimal): -11808716 or 3461195. OLE color: 3461195.

HSL color Cylindrical-coordinate representation of color #4BD034: hue angle of 111.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4BD034 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB7520852-
CMYK0.6400.750.18
HSL111.15º62.4%50.98%-
HSV(B)111.15º75%81.57%-
XYZ26.0846.8610.92-
YUV150.4572.4474.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 208 (81.64% from 255) = 62.09%
BLUE value IS 52 (20.70% from 255) = 15.52%
R=22.39%
G=62.09%
B=15.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal75208520.6400.750.18111.1562.450.98
Hex4BD0344004B126f3e33
Octal113320641000113221577663
Binary100101111010000110100100000001001011100101101111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,208,52); }

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

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

 a { background-color: rgb(75,208,52); }

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

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

 span { border-color: rgb(75,208,52); }

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