#48CE35

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

Shades of Lime Green #48CE35

Tints of Lime Green #48CE35

Color information

#48CE35 (or 0x48CE35) is unknown color: approx Lime Green. HEX triplet: 48, CE and 35. RGB value is (72,206,53). Sum of RGB (Red+Green+Blue) = 72+206+53=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CE35 is #B731CA. Grayscale: #949494. Windows color (decimal): -12005835 or 3526216. OLE color: 3526216.

HSL color Cylindrical-coordinate representation of color #48CE35: hue angle of 112.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48CE35 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB7220653-
CMYK0.6500.740.19
HSL112.55º60.96%50.78%-
HSV(B)112.55º74.27%80.78%-
XYZ25.3945.7810.87-
YUV148.4974.1173.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 206 (80.86% from 255) = 62.24%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=21.75%
G=62.24%
B=16.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72206530.6500.740.19112.5560.9650.78
Hex48CE354104A13713d33
Octal110316651010112231617563
Binary100100011001110110101100000101001010100111110001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,206,53); }

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

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

 a { background-color: rgb(72,206,53); }

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

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

 span { border-color: rgb(72,206,53); }

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