#48CC4E

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

Shades of Lime Green #48CC4E

Tints of Lime Green #48CC4E

Color information

#48CC4E (or 0x48CC4E) is unknown color: approx Lime Green. HEX triplet: 48, CC and 4E. RGB value is (72,204,78). Sum of RGB (Red+Green+Blue) = 72+204+78=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC4E is #B733B1. Grayscale: #969696. Windows color (decimal): -12006322 or 5164104. OLE color: 5164104.

HSL color Cylindrical-coordinate representation of color #48CC4E: hue angle of 122.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CC4E is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB7220478-
CMYK0.6500.620.2
HSL122.73º56.41%54.12%-
HSV(B)122.73º64.71%80%-
XYZ25.6445.1114.56-
YUV150.1787.2772.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.34%
GREEN value IS 204 (80.08% from 255) = 57.63%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=20.34%
G=57.63%
B=22.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal72204780.6500.620.2122.7356.4154.12
Hex48CC4E4103E147b3836
Octal110314116101076241737066
Binary100100011001100100111010000010111110101001111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,204,78); }

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

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

 a { background-color: rgb(72,204,78); }

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

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

 span { border-color: rgb(72,204,78); }

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