Html Css Color HEX #48D52A Lime Green

📋 copy color: '#48D52A'

red 72 ◦ green 213 ◦ blue 42

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

Shades of Lime Green #48D52A

Tints of Lime Green #48D52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 22.02%
G = 65.14%
B = 12.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#48D52A (or 0x48D52A) is known color: Lime Green. HEX triplet: 48, D5 and 2A. RGB value is (72,213,42). Sum of RGB (Red+Green+Blue) = 72+213+42=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 213 (83.59% from 255 or 65.14% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 213 - color contains mainly: green. Hex color #48D52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D52A is #B72AD5. Grayscale: #979797. Windows color (decimal): -12004054 or 2807112. OLE color: 2807112.

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

Color convert

RGB 72 213 42 -
CMYK 0.66 0 0.80 0.16
HSL 109.47º 0.67% 0.5% -
HSV(B) 109.47º 0.8% 0.84% -
XYZ 26.88 49.13 10.26 -
YUV 151.35 66.29 71.4 -
System Red Green Blue C M Y K H S L
Decimal 72 213 42 0.66 0 0.80 0.16 109.47 0.67 0.5
Hex 48 D5 2A 42 0 50 10 6D 43 32
Octal 110 325 52 102 0 120 20 155 103 62
Binary 1001000 11010101 101010 1000010 0 1010000 10000 1101101 1000011 110010

Color Harmonies of #48D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D52A

Black with #48D52A

Text Example


Text Example

White with #48D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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