#4BC33E

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

Shades of Lime Green #4BC33E

Tints of Lime Green #4BC33E

Color information

#4BC33E (or 0x4BC33E) is unknown color: approx Lime Green. HEX triplet: 4B, C3 and 3E. RGB value is (75,195,62). Sum of RGB (Red+Green+Blue) = 75+195+62=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC33E is #B43CC1. Grayscale: #909090. Windows color (decimal): -11812034 or 4113227. OLE color: 4113227.

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

Color convert

RGB7519562-
CMYK0.6200.680.24
HSL114.14º52.57%50.39%-
HSV(B)114.14º68.21%76.47%-
XYZ23.2940.8711.22-
YUV143.9681.7478.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.59%
GREEN value IS 195 (76.56% from 255) = 58.73%
BLUE value IS 62 (24.61% from 255) = 18.67%
R=22.59%
G=58.73%
B=18.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75195620.6200.680.24114.1452.5750.39
Hex4BC33E3E04418723532
Octal11330376760104301626562
Binary10010111100001111111011111001000100110001110010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,195,62); }

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

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

 a { background-color: rgb(75,195,62); }

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

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

 span { border-color: rgb(75,195,62); }

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