#4BC333

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

Shades of Lime Green #4BC333

Tints of Lime Green #4BC333

Color information

#4BC333 (or 0x4BC333) is unknown color: approx Lime Green. HEX triplet: 4B, C3 and 33. RGB value is (75,195,51). Sum of RGB (Red+Green+Blue) = 75+195+51=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC333 is #B43CCC. Grayscale: #8F8F8F. Windows color (decimal): -11812045 or 3392331. OLE color: 3392331.

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

Color convert

RGB7519551-
CMYK0.6200.740.24
HSL110º58.54%48.24%-
HSV(B)110º73.85%76.47%-
XYZ23.0140.779.79-
YUV142.776.2479.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.36%
GREEN value IS 195 (76.56% from 255) = 60.75%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=23.36%
G=60.75%
B=15.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75195510.6200.740.2411058.5448.24
Hex4BC3333E04A186e3b30
Octal11330363760112301567360
Binary10010111100001111001111111001001010110001101110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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