Html Css Color HEX #48BD3F Lime Green

📋 copy color: '#48BD3F'

red 72 ◦ green 189 ◦ blue 63

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

Shades of Lime Green #48BD3F

Tints of Lime Green #48BD3F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 58.33%

 BLUE value IS 63 (25% from 255) = 19.44%

R = 22.22%
G = 58.33%
B = 19.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#48BD3F (or 0x48BD3F) is known color: Lime Green. HEX triplet: 48, BD and 3F. RGB value is (72,189,63). Sum of RGB (Red+Green+Blue) = 72+189+63=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BD3F is #B742C0. Grayscale: #8C8C8C. Windows color (decimal): -12010177 or 4177224. OLE color: 4177224.

HSL color Cylindrical-coordinate representation of color #48BD3F: hue angle of 115.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48BD3F is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 189 63 -
CMYK 0.62 0 0.67 0.26
HSL 115.71º 0.5% 0.49% -
HSV(B) 115.71º 0.67% 0.74% -
XYZ 21.77 38.13 10.92 -
YUV 139.65 84.74 79.75 -
System Red Green Blue C M Y K H S L
Decimal 72 189 63 0.62 0 0.67 0.26 115.71 0.5 0.49
Hex 48 BD 3F 3E 0 43 1A 74 32 31
Octal 110 275 77 76 0 103 32 164 62 61
Binary 1001000 10111101 111111 111110 0 1000011 11010 1110100 110010 110001

Color Harmonies of #48BD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD3F

Black with #48BD3F

Text Example


Text Example

White with #48BD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,189,63); }

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

background-color css

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

 a { background-color: rgb(72,189,63); }

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

border-color css

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

 span { border-color: rgb(72,189,63); }

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