#4BBF34

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

Shades of Lime Green #4BBF34

Tints of Lime Green #4BBF34

Color information

#4BBF34 (or 0x4BBF34) is unknown color: approx Lime Green. HEX triplet: 4B, BF and 34. RGB value is (75,191,52). Sum of RGB (Red+Green+Blue) = 75+191+52=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 191 (75% from 255 or 60.06% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBF34 is #B440CB. Grayscale: #8C8C8C. Windows color (decimal): -11813068 or 3456843. OLE color: 3456843.

HSL color Cylindrical-coordinate representation of color #4BBF34: hue angle of 110.07º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BBF34 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB7519152-
CMYK0.6100.730.25
HSL110.07º57.2%47.65%-
HSV(B)110.07º72.77%74.9%-
XYZ22.1539.019.61-
YUV140.4778.0781.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.58%
GREEN value IS 191 (75% from 255) = 60.06%
BLUE value IS 52 (20.70% from 255) = 16.35%
R=23.58%
G=60.06%
B=16.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75191520.6100.730.25110.0757.247.65
Hex4BBF343D049196e3930
Octal11327764750111311567160
Binary10010111011111111010011110101001001110011101110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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