#48CD33

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

Shades of Lime Green #48CD33

Tints of Lime Green #48CD33

Color information

#48CD33 (or 0x48CD33) is unknown color: approx Lime Green. HEX triplet: 48, CD and 33. RGB value is (72,205,51). Sum of RGB (Red+Green+Blue) = 72+205+51=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 205 (80.47% from 255 or 62.5% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 205 - color contains mainly: green. Hex color #48CD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CD33 is #B732CC. Grayscale: #949494. Windows color (decimal): -12006093 or 3394888. OLE color: 3394888.

HSL color Cylindrical-coordinate representation of color #48CD33: hue angle of 111.82º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48CD33 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB7220551-
CMYK0.6500.750.20
HSL111.82º60.63%50.2%-
HSV(B)111.82º75.12%80.39%-
XYZ25.145.2810.55-
YUV147.6873.4474.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 205 (80.47% from 255) = 62.5%
BLUE value IS 51 (20.31% from 255) = 15.55%
R=21.95%
G=62.5%
B=15.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72205510.6500.750.20111.8260.6350.2
Hex48CD334104B14703d32
Octal110315631010113241607562
Binary100100011001101110011100000101001011101001110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,205,51); }

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

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

 a { background-color: rgb(72,205,51); }

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

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

 span { border-color: rgb(72,205,51); }

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