#4BCB31

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

Shades of Lime Green #4BCB31

Tints of Lime Green #4BCB31

Color information

#4BCB31 (or 0x4BCB31) is unknown color: approx Lime Green. HEX triplet: 4B, CB and 31. RGB value is (75,203,49). Sum of RGB (Red+Green+Blue) = 75+203+49=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 203 (79.69% from 255 or 62.08% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCB31 is #B434CE. Grayscale: #939393. Windows color (decimal): -11809999 or 3263307. OLE color: 3263307.

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

Color convert

RGB7520349-
CMYK0.6300.760.20
HSL109.87º61.11%49.41%-
HSV(B)109.87º75.86%79.61%-
XYZ24.8144.4310.17-
YUV147.1772.5976.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.94%
GREEN value IS 203 (79.69% from 255) = 62.08%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=22.94%
G=62.08%
B=14.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75203490.6300.760.20109.8761.1149.41
Hex4BCB313F04C146e3d31
Octal11331361770114241567561
Binary10010111100101111000111111101001100101001101110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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