#4BCB3A

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

Shades of Lime Green #4BCB3A

Tints of Lime Green #4BCB3A

Color information

#4BCB3A (or 0x4BCB3A) is unknown color: approx Lime Green. HEX triplet: 4B, CB and 3A. RGB value is (75,203,58). Sum of RGB (Red+Green+Blue) = 75+203+58=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCB3A is #B434C5. Grayscale: #949494. Windows color (decimal): -11809990 or 3853131. OLE color: 3853131.

HSL color Cylindrical-coordinate representation of color #4BCB3A: hue angle of 112.97º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BCB3A is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB7520358-
CMYK0.6300.710.20
HSL112.97º58.23%51.18%-
HSV(B)112.97º71.43%79.61%-
XYZ25.0244.5111.28-
YUV148.277.0975.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.32%
GREEN value IS 203 (79.69% from 255) = 60.42%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=22.32%
G=60.42%
B=17.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75203580.6300.710.20112.9758.2351.18
Hex4BCB3A3F04714713a33
Octal11331372770107241617263
Binary10010111100101111101011111101000111101001110001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,203,58); }

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

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

 a { background-color: rgb(75,203,58); }

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

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

 span { border-color: rgb(75,203,58); }

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