Html Css Color HEX #48D52F Lime Green

📋 copy color: '#48D52F'

red 72 ◦ green 213 ◦ blue 47

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

Shades of Lime Green #48D52F

Tints of Lime Green #48D52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 21.69%
G = 64.16%
B = 14.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#48D52F (or 0x48D52F) is known color: Lime Green. HEX triplet: 48, D5 and 2F. RGB value is (72,213,47). Sum of RGB (Red+Green+Blue) = 72+213+47=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 213 (83.59% from 255 or 64.16% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 213 - color contains mainly: green. Hex color #48D52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D52F is #B72AD0. Grayscale: #989898. Windows color (decimal): -12004049 or 3134792. OLE color: 3134792.

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

Color convert

RGB 72 213 47 -
CMYK 0.66 0 0.78 0.16
HSL 110.96º 0.66% 0.51% -
HSV(B) 110.96º 0.78% 0.84% -
XYZ 26.98 49.17 10.76 -
YUV 151.92 68.79 71 -
System Red Green Blue C M Y K H S L
Decimal 72 213 47 0.66 0 0.78 0.16 110.96 0.66 0.51
Hex 48 D5 2F 42 0 4E 10 6F 42 33
Octal 110 325 57 102 0 116 20 157 102 63
Binary 1001000 11010101 101111 1000010 0 1001110 10000 1101111 1000010 110011

Color Harmonies of #48D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D52F

Black with #48D52F

Text Example


Text Example

White with #48D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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