#4BBF35

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

Shades of Lime Green #4BBF35

Tints of Lime Green #4BBF35

Color information

#4BBF35 (or 0x4BBF35) is unknown color: approx Lime Green. HEX triplet: 4B, BF and 35. RGB value is (75,191,53). Sum of RGB (Red+Green+Blue) = 75+191+53=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBF35 is #B440CA. Grayscale: #8D8D8D. Windows color (decimal): -11813067 or 3522379. OLE color: 3522379.

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

Color convert

RGB7519153-
CMYK0.6100.720.25
HSL110.43º56.56%47.84%-
HSV(B)110.43º72.25%74.9%-
XYZ22.1839.019.73-
YUV140.5878.5781.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.51%
GREEN value IS 191 (75% from 255) = 59.87%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=23.51%
G=59.87%
B=16.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75191530.6100.720.25110.4356.5647.84
Hex4BBF353D048196e3930
Octal11327765750110311567160
Binary10010111011111111010111110101001000110011101110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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