#4BC834

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

Shades of Lime Green #4BC834

Tints of Lime Green #4BC834

Color information

#4BC834 (or 0x4BC834) is unknown color: approx Lime Green. HEX triplet: 4B, C8 and 34. RGB value is (75,200,52). Sum of RGB (Red+Green+Blue) = 75+200+52=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC834 is #B437CB. Grayscale: #929292. Windows color (decimal): -11810764 or 3459147. OLE color: 3459147.

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

Color convert

RGB7520052-
CMYK0.6200.740.22
HSL110.68º58.73%49.41%-
HSV(B)110.68º74%78.43%-
XYZ24.1843.0510.28-
YUV145.7575.0977.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.94%
GREEN value IS 200 (78.52% from 255) = 61.16%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=22.94%
G=61.16%
B=15.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75200520.6200.740.22110.6858.7349.41
Hex4BC8343E04A166f3b31
Octal11331064760112261577361
Binary10010111100100011010011111001001010101101101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,200,52); }

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

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

 a { background-color: rgb(75,200,52); }

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

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

 span { border-color: rgb(75,200,52); }

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