Html Css Color HEX #48D52C Lime Green

📋 copy color: '#48D52C'

red 72 ◦ green 213 ◦ blue 44

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

Shades of Lime Green #48D52C

Tints of Lime Green #48D52C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.74%

 BLUE value IS 44 (17.58% from 255) = 13.37%

R = 21.88%
G = 64.74%
B = 13.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#48D52C (or 0x48D52C) is known color: Lime Green. HEX triplet: 48, D5 and 2C. RGB value is (72,213,44). Sum of RGB (Red+Green+Blue) = 72+213+44=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 213 (83.59% from 255 or 64.74% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 213 - color contains mainly: green. Hex color #48D52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D52C is #B72AD3. Grayscale: #989898. Windows color (decimal): -12004052 or 2938184. OLE color: 2938184.

HSL color Cylindrical-coordinate representation of color #48D52C: hue angle of 110.06º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48D52C is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 44 -
CMYK 0.66 0 0.79 0.16
HSL 110.06º 0.67% 0.5% -
HSV(B) 110.06º 0.79% 0.84% -
XYZ 26.92 49.15 10.45 -
YUV 151.58 67.29 71.24 -
System Red Green Blue C M Y K H S L
Decimal 72 213 44 0.66 0 0.79 0.16 110.06 0.67 0.5
Hex 48 D5 2C 42 0 4F 10 6E 43 32
Octal 110 325 54 102 0 117 20 156 103 62
Binary 1001000 11010101 101100 1000010 0 1001111 10000 1101110 1000011 110010

Color Harmonies of #48D52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D52C

Black with #48D52C

Text Example


Text Example

White with #48D52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,213,44); }

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

background-color css

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

 a { background-color: rgb(72,213,44); }

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

border-color css

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

 span { border-color: rgb(72,213,44); }

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