#4bc23c

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

Shades of Lime Green #4BC23C

Tints of Lime Green #4BC23C

Color information

#4BC23C (or 0x4BC23C) is unknown color: approx Lime Green. HEX triplet: 4B, C2 and 3C. RGB value is (75,194,60). Sum of RGB (Red+Green+Blue) = 75+194+60=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC23C is #B43DC3. Grayscale: #8F8F8F. Windows color (decimal): -11812292 or 3981899. OLE color: 3981899.

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

Color convert

RGB7519460-
CMYK0.6100.690.24
HSL113.28º52.76%49.8%-
HSV(B)113.28º69.07%76.08%-
XYZ23.0140.4110.86-
YUV143.1481.0879.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 194 (76.17% from 255) = 58.97%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=22.80%
G=58.97%
B=18.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75194600.6100.690.24113.2852.7649.8
Hex4BC23C3D04518713532
Octal11330274750105301616562
Binary10010111100001011110011110101000101110001110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bc23c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,194,60); }

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

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

 a { background-color: rgb(75,194,60); }

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

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

 span { border-color: rgb(75,194,60); }

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