#4BD42F

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

Shades of Lime Green #4BD42F

Tints of Lime Green #4BD42F

Color information

#4BD42F (or 0x4BD42F) is unknown color: approx Lime Green. HEX triplet: 4B, D4 and 2F. RGB value is (75,212,47). Sum of RGB (Red+Green+Blue) = 75+212+47=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 212 (83.20% from 255 or 63.47% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD42F is #B42BD0. Grayscale: #989898. Windows color (decimal): -11807697 or 3134539. OLE color: 3134539.

HSL color Cylindrical-coordinate representation of color #4BD42F: hue angle of 109.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4BD42F is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB7521247-
CMYK0.6500.780.17
HSL109.82º65.74%50.78%-
HSV(B)109.82º77.83%83.14%-
XYZ26.9648.7910.69-
YUV152.2368.6172.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 212 (83.20% from 255) = 63.47%
BLUE value IS 47 (18.75% from 255) = 14.07%
R=22.46%
G=63.47%
B=14.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75212470.6500.780.17109.8265.7450.78
Hex4BD42F4104E116e4233
Octal1133245710101162115610263
Binary1001011110101001011111000001010011101000111011101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,212,47); }

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

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

 a { background-color: rgb(75,212,47); }

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

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

 span { border-color: rgb(75,212,47); }

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