Html Css Color HEX #48DD2B Lime Green

📋 copy color: '#48DD2B'

red 72 ◦ green 221 ◦ blue 43

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

Shades of Lime Green #48DD2B

Tints of Lime Green #48DD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.8%

R = 21.43%
G = 65.77%
B = 12.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#48DD2B (or 0x48DD2B) is known color: Lime Green. HEX triplet: 48, DD and 2B. RGB value is (72,221,43). Sum of RGB (Red+Green+Blue) = 72+221+43=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DD2B is #B722D4. Grayscale: #9C9C9C. Windows color (decimal): -12002005 or 2874696. OLE color: 2874696.

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

Color convert

RGB 72 221 43 -
CMYK 0.67 0 0.81 0.13
HSL 110.22º 0.72% 0.52% -
HSV(B) 110.22º 0.81% 0.87% -
XYZ 28.96 53.27 11.04 -
YUV 156.16 64.14 67.97 -
System Red Green Blue C M Y K H S L
Decimal 72 221 43 0.67 0 0.81 0.13 110.22 0.72 0.52
Hex 48 DD 2B 43 0 51 D 6E 48 34
Octal 110 335 53 103 0 121 15 156 110 64
Binary 1001000 11011101 101011 1000011 0 1010001 1101 1101110 1001000 110100

Color Harmonies of #48DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DD2B

Black with #48DD2B

Text Example


Text Example

White with #48DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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