Html Css Color HEX #48D050 Lime Green

📋 copy color: '#48D050'

red 72 ◦ green 208 ◦ blue 80

#48D050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #48D050

Tints of Lime Green #48D050

RGB

 RED value IS 72 (28.52% from 255) = 20%

 GREEN value IS 208 (81.64% from 255) = 57.78%

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 20%
G = 57.78%
B = 22.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#48D050 (or 0x48D050) is known color: Lime Green. HEX triplet: 48, D0 and 50. RGB value is (72,208,80). Sum of RGB (Red+Green+Blue) = 72+208+80=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #48D050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D050 is #B72FAF. Grayscale: #999999. Windows color (decimal): -12005296 or 5296200. OLE color: 5296200.

HSL color Cylindrical-coordinate representation of color #48D050: hue angle of 123.53º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D050 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 208 80 -
CMYK 0.65 0 0.62 0.18
HSL 123.53º 0.59% 0.55% -
HSV(B) 123.53º 0.65% 0.82% -
XYZ 26.68 47.07 15.27 -
YUV 152.74 86.94 70.41 -
System Red Green Blue C M Y K H S L
Decimal 72 208 80 0.65 0 0.62 0.18 123.53 0.59 0.55
Hex 48 D0 50 41 0 3E 12 7C 3B 37
Octal 110 320 120 101 0 76 22 174 73 67
Binary 1001000 11010000 1010000 1000001 0 111110 10010 1111100 111011 110111

Color Harmonies of #48D050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D050

Black with #48D050

Text Example


Text Example

White with #48D050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,208,80); }

 H1.HeaderClassName
 {
   color: #48D050;
 }
 .AnyTagClassName
 {
   color: #48D050;
 }
</style>

background-color css

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

 a { background-color: rgb(72,208,80); }

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

border-color css

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

 span { border-color: rgb(72,208,80); }

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