#48BD33

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

Shades of Lime Green #48BD33

Tints of Lime Green #48BD33

Color information

#48BD33 (or 0x48BD33) is unknown color: approx Lime Green. HEX triplet: 48, BD and 33. RGB value is (72,189,51). Sum of RGB (Red+Green+Blue) = 72+189+51=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BD33 is #B742CC. Grayscale: #8A8A8A. Windows color (decimal): -12010189 or 3390792. OLE color: 3390792.

HSL color Cylindrical-coordinate representation of color #48BD33: hue angle of 110.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48BD33 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB7218951-
CMYK0.6200.730.26
HSL110.87º57.5%47.06%-
HSV(B)110.87º73.02%74.12%-
XYZ21.4738.019.34-
YUV138.2878.7480.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 189 (74.22% from 255) = 60.58%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=23.08%
G=60.58%
B=16.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72189510.6200.730.26110.8757.547.06
Hex48BD333E0491A6f3a2f
Octal11027563760111321577257
Binary10010001011110111001111111001001001110101101111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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