Html Css Color HEX #48D134 Lime Green

📋 copy color: '#48D134'

red 72 ◦ green 209 ◦ blue 52

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

Shades of Lime Green #48D134

Tints of Lime Green #48D134

RGB

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

 GREEN value IS 209 (82.03% from 255) = 62.76%

 BLUE value IS 52 (20.7% from 255) = 15.62%

R = 21.62%
G = 62.76%
B = 15.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#48D134 (or 0x48D134) is known color: Lime Green. HEX triplet: 48, D1 and 34. RGB value is (72,209,52). Sum of RGB (Red+Green+Blue) = 72+209+52=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 209 (82.03% from 255 or 62.76% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 209 - color contains mainly: green. Hex color #48D134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D134 is #B72ECB. Grayscale: #969696. Windows color (decimal): -12005068 or 3461448. OLE color: 3461448.

HSL color Cylindrical-coordinate representation of color #48D134: hue angle of 112.36º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48D134 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 209 52 -
CMYK 0.66 0 0.75 0.18
HSL 112.36º 0.63% 0.51% -
HSV(B) 112.36º 0.75% 0.82% -
XYZ 26.09 47.23 10.99 -
YUV 150.14 72.61 72.27 -
System Red Green Blue C M Y K H S L
Decimal 72 209 52 0.66 0 0.75 0.18 112.36 0.63 0.51
Hex 48 D1 34 42 0 4B 12 70 3F 33
Octal 110 321 64 102 0 113 22 160 77 63
Binary 1001000 11010001 110100 1000010 0 1001011 10010 1110000 111111 110011

Color Harmonies of #48D134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D134

Black with #48D134

Text Example


Text Example

White with #48D134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,209,52); }

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

background-color css

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

 a { background-color: rgb(72,209,52); }

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

border-color css

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

 span { border-color: rgb(72,209,52); }

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