#48F143

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

Shades of Lime Green #48F143

Tints of Lime Green #48F143

Color information

#48F143 (or 0x48F143) is unknown color: approx Lime Green. HEX triplet: 48, F1 and 43. RGB value is (72,241,67). Sum of RGB (Red+Green+Blue) = 72+241+67=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #48F143 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F143 is #B70EBC. Grayscale: #ABABAB. Windows color (decimal): -11996861 or 4452680. OLE color: 4452680.

HSL color Cylindrical-coordinate representation of color #48F143: hue angle of 118.28º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48F143 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB7224167-
CMYK0.7000.720.05
HSL118.28º86.14%60.39%-
HSV(B)118.28º72.2%94.51%-
XYZ35.1464.6915.95-
YUV170.6369.5157.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 241 (94.53% from 255) = 63.42%
BLUE value IS 67 (26.56% from 255) = 17.63%
R=18.95%
G=63.42%
B=17.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72241670.7000.720.05118.2886.1460.39
Hex48F14346048576563c
Octal1103611031060110516612674
Binary100100011110001100001110001100100100010111101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,241,67); }

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

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

 a { background-color: rgb(72,241,67); }

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

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

 span { border-color: rgb(72,241,67); }

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