#48BE3E

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

Shades of Lime Green #48BE3E

Tints of Lime Green #48BE3E

Color information

#48BE3E (or 0x48BE3E) is unknown color: approx Lime Green. HEX triplet: 48, BE and 3E. RGB value is (72,190,62). Sum of RGB (Red+Green+Blue) = 72+190+62=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BE3E is #B741C1. Grayscale: #8C8C8C. Windows color (decimal): -12009922 or 4111944. OLE color: 4111944.

HSL color Cylindrical-coordinate representation of color #48BE3E: hue angle of 115.31º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48BE3E is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB7219062-
CMYK0.6200.670.25
HSL115.31º50.79%49.41%-
HSV(B)115.31º67.37%74.51%-
XYZ21.9638.5510.84-
YUV140.1383.9179.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 190 (74.61% from 255) = 58.64%
BLUE value IS 62 (24.61% from 255) = 19.14%
R=22.22%
G=58.64%
B=19.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72190620.6200.670.25115.3150.7949.41
Hex48BE3E3E04319733331
Octal11027676760103311636361
Binary10010001011111011111011111001000011110011110011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,190,62); }

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

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

 a { background-color: rgb(72,190,62); }

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

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

 span { border-color: rgb(72,190,62); }

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