#48D23D

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

Shades of Lime Green #48D23D

Tints of Lime Green #48D23D

Color information

#48D23D (or 0x48D23D) is unknown color: approx Lime Green. HEX triplet: 48, D2 and 3D. RGB value is (72,210,61). Sum of RGB (Red+Green+Blue) = 72+210+61=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #48D23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D23D is #B72DC2. Grayscale: #989898. Windows color (decimal): -12004803 or 4051528. OLE color: 4051528.

HSL color Cylindrical-coordinate representation of color #48D23D: hue angle of 115.57º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48D23D is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB7221061-
CMYK0.6600.710.18
HSL115.57º62.34%53.14%-
HSV(B)115.57º70.95%82.35%-
XYZ26.5647.8112.24-
YUV151.7576.7871.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 210 (82.42% from 255) = 61.22%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=20.99%
G=61.22%
B=17.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72210610.6600.710.18115.5762.3453.14
Hex48D23D4204712743e35
Octal110322751020107221647665
Binary100100011010010111101100001001000111100101110100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,210,61); }

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

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

 a { background-color: rgb(72,210,61); }

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

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

 span { border-color: rgb(72,210,61); }

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