Html Css Color HEX #48DD2D Lime Green

📋 copy color: '#48DD2D'

red 72 ◦ green 221 ◦ blue 45

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

Shades of Lime Green #48DD2D

Tints of Lime Green #48DD2D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65.38%

 BLUE value IS 45 (17.97% from 255) = 13.31%

R = 21.3%
G = 65.38%
B = 13.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#48DD2D (or 0x48DD2D) is known color: Lime Green. HEX triplet: 48, DD and 2D. RGB value is (72,221,45). Sum of RGB (Red+Green+Blue) = 72+221+45=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DD2D is #B722D2. Grayscale: #9C9C9C. Windows color (decimal): -12002003 or 3005768. OLE color: 3005768.

HSL color Cylindrical-coordinate representation of color #48DD2D: hue angle of 110.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48DD2D is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 221 45 -
CMYK 0.67 0 0.80 0.13
HSL 110.8º 0.72% 0.52% -
HSV(B) 110.8º 0.8% 0.87% -
XYZ 29 53.28 11.24 -
YUV 156.39 65.14 67.81 -
System Red Green Blue C M Y K H S L
Decimal 72 221 45 0.67 0 0.80 0.13 110.8 0.72 0.52
Hex 48 DD 2D 43 0 50 D 6F 48 34
Octal 110 335 55 103 0 120 15 157 110 64
Binary 1001000 11011101 101101 1000011 0 1010000 1101 1101111 1001000 110100

Color Harmonies of #48DD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DD2D

Black with #48DD2D

Text Example


Text Example

White with #48DD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,221,45); }

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

background-color css

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

 a { background-color: rgb(72,221,45); }

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

border-color css

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

 span { border-color: rgb(72,221,45); }

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