#48D42B

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

Shades of Lime Green #48D42B

Tints of Lime Green #48D42B

Color information

#48D42B (or 0x48D42B) is unknown color: approx Lime Green. HEX triplet: 48, D4 and 2B. RGB value is (72,212,43). Sum of RGB (Red+Green+Blue) = 72+212+43=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 212 (83.20% from 255 or 64.83% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 212 - color contains mainly: green. Hex color #48D42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D42B is #B72BD4. Grayscale: #979797. Windows color (decimal): -12004309 or 2872392. OLE color: 2872392.

HSL color Cylindrical-coordinate representation of color #48D42B: hue angle of 109.7º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48D42B is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB7221243-
CMYK0.6600.800.17
HSL109.7º66.27%50%-
HSV(B)109.7º79.72%83.14%-
XYZ26.6548.6410.27-
YUV150.8767.1271.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 212 (83.20% from 255) = 64.83%
BLUE value IS 43 (17.19% from 255) = 13.15%
R=22.02%
G=64.83%
B=13.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal72212430.6600.800.17109.766.2750
Hex48D42B42050116e4232
Octal1103245310201202115610262
Binary1001000110101001010111000010010100001000111011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,212,43); }

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

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

 a { background-color: rgb(72,212,43); }

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

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

 span { border-color: rgb(72,212,43); }

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