#48CA33

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

Shades of Lime Green #48CA33

Tints of Lime Green #48CA33

Color information

#48CA33 (or 0x48CA33) is unknown color: approx Lime Green. HEX triplet: 48, CA and 33. RGB value is (72,202,51). Sum of RGB (Red+Green+Blue) = 72+202+51=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CA33 is #B735CC. Grayscale: #929292. Windows color (decimal): -12006861 or 3394120. OLE color: 3394120.

HSL color Cylindrical-coordinate representation of color #48CA33: hue angle of 111.66º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48CA33 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB7220251-
CMYK0.6400.750.21
HSL111.66º59.68%49.61%-
HSV(B)111.66º74.75%79.22%-
XYZ24.3943.8610.31-
YUV145.9274.4375.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 202 (79.30% from 255) = 62.15%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=22.15%
G=62.15%
B=15.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72202510.6400.750.21111.6659.6849.61
Hex48CA334004B15703c32
Octal110312631000113251607462
Binary100100011001010110011100000001001011101011110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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