#48FB38

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

Shades of Lime Green #48FB38

Tints of Lime Green #48FB38

Color information

#48FB38 (or 0x48FB38) is unknown color: approx Lime Green. HEX triplet: 48, FB and 38. RGB value is (72,251,56). Sum of RGB (Red+Green+Blue) = 72+251+56=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 251 (98.44% from 255 or 66.23% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 251 - color contains mainly: green. Hex color #48FB38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FB38 is #B704C7. Grayscale: #AFAFAF. Windows color (decimal): -11994312 or 3734344. OLE color: 3734344.

HSL color Cylindrical-coordinate representation of color #48FB38: hue angle of 115.08º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48FB38 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB7225156-
CMYK0.7100.780.02
HSL115.08º96.06%60.2%-
HSV(B)115.08º77.69%98.43%-
XYZ37.8870.6615.38-
YUV175.2560.754.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 251 (98.44% from 255) = 66.23%
BLUE value IS 56 (22.27% from 255) = 14.78%
R=19.00%
G=66.23%
B=14.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72251560.7100.780.02115.0896.0660.2
Hex48FB384704E273603c
Octal110373701070116216314074
Binary1001000111110111110001000111010011101011100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,251,56); }

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

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

 a { background-color: rgb(72,251,56); }

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

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

 span { border-color: rgb(72,251,56); }

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