#4BC13F

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

Shades of Lime Green #4BC13F

Tints of Lime Green #4BC13F

Color information

#4BC13F (or 0x4BC13F) is unknown color: approx Lime Green. HEX triplet: 4B, C1 and 3F. RGB value is (75,193,63). Sum of RGB (Red+Green+Blue) = 75+193+63=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC13F is #B43EC0. Grayscale: #8F8F8F. Windows color (decimal): -11812545 or 4178251. OLE color: 4178251.

HSL color Cylindrical-coordinate representation of color #4BC13F: hue angle of 114.46º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BC13F is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB7519363-
CMYK0.6100.670.24
HSL114.46º51.18%50.2%-
HSV(B)114.46º67.36%75.69%-
XYZ22.8739.9911.22-
YUV142.982.9179.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 193 (75.78% from 255) = 58.31%
BLUE value IS 63 (25% from 255) = 19.03%
R=22.66%
G=58.31%
B=19.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75193630.6100.670.24114.4651.1850.2
Hex4BC13F3D04318723332
Octal11330177750103301626362
Binary10010111100000111111111110101000011110001110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,193,63); }

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

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

 a { background-color: rgb(75,193,63); }

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

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

 span { border-color: rgb(75,193,63); }

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