#4BCA3D

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

Shades of Lime Green #4BCA3D

Tints of Lime Green #4BCA3D

Color information

#4BCA3D (or 0x4BCA3D) is unknown color: approx Lime Green. HEX triplet: 4B, CA and 3D. RGB value is (75,202,61). Sum of RGB (Red+Green+Blue) = 75+202+61=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCA3D is #B435C2. Grayscale: #949494. Windows color (decimal): -11810243 or 4049483. OLE color: 4049483.

HSL color Cylindrical-coordinate representation of color #4BCA3D: hue angle of 114.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BCA3D is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB7520261-
CMYK0.6300.700.21
HSL114.04º57.09%51.57%-
HSV(B)114.04º69.8%79.22%-
XYZ24.8644.0711.61-
YUV147.9578.9275.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 202 (79.30% from 255) = 59.76%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=22.19%
G=59.76%
B=18.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75202610.6300.700.21114.0457.0951.57
Hex4BCA3D3F04615723934
Octal11331275770106251627164
Binary10010111100101011110111111101000110101011110010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,202,61); }

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

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

 a { background-color: rgb(75,202,61); }

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

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

 span { border-color: rgb(75,202,61); }

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