#48EB4B

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

Shades of Lime Green #48EB4B

Tints of Lime Green #48EB4B

Color information

#48EB4B (or 0x48EB4B) is unknown color: approx Lime Green. HEX triplet: 48, EB and 4B. RGB value is (72,235,75). Sum of RGB (Red+Green+Blue) = 72+235+75=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 235 (92.19% from 255 or 61.52% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 235 - color contains mainly: green. Hex color #48EB4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EB4B is #B714B4. Grayscale: #A8A8A8. Windows color (decimal): -11998389 or 4975432. OLE color: 4975432.

HSL color Cylindrical-coordinate representation of color #48EB4B: hue angle of 121.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EB4B is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB7223575-
CMYK0.6900.680.08
HSL121.1º80.3%60.2%-
HSV(B)121.1º69.36%92.16%-
XYZ33.6561.316.72-
YUV168.0275.559.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.85%
GREEN value IS 235 (92.19% from 255) = 61.52%
BLUE value IS 75 (29.69% from 255) = 19.63%
R=18.85%
G=61.52%
B=19.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72235750.6900.680.08121.180.360.2
Hex48EB4B45044879503c
Octal11035311310501041017112074
Binary1001000111010111001011100010101000100100011110011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48EB4B; }

 p { color: rgb(72,235,75); }

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

<style>
 a { background-color: #48EB4B; }

 a { background-color: rgb(72,235,75); }

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

<style>
 span { border-color: #48EB4B; }

 span { border-color: rgb(72,235,75); }

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