#4BFC37

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

Shades of Lime Green #4BFC37

Tints of Lime Green #4BFC37

Color information

#4BFC37 (or 0x4BFC37) is unknown color: approx Lime Green. HEX triplet: 4B, FC and 37. RGB value is (75,252,55). Sum of RGB (Red+Green+Blue) = 75+252+55=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 252 (98.83% from 255 or 65.97% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFC37 is #B403C8. Grayscale: #B1B1B1. Windows color (decimal): -11797449 or 3669067. OLE color: 3669067.

HSL color Cylindrical-coordinate representation of color #4BFC37: hue angle of 113.91º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4BFC37 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB7525255-
CMYK0.7000.780.01
HSL113.91º97.04%60.2%-
HSV(B)113.91º78.17%98.82%-
XYZ38.471.3915.37-
YUV176.6259.3655.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 252 (98.83% from 255) = 65.97%
BLUE value IS 55 (21.88% from 255) = 14.40%
R=19.63%
G=65.97%
B=14.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal75252550.7000.780.01113.9197.0460.2
Hex4BFC374604E172613c
Octal113374671060116116214174
Binary100101111111100110111100011001001110111100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,252,55); }

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

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

 a { background-color: rgb(75,252,55); }

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

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

 span { border-color: rgb(75,252,55); }

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