Html Css Color HEX #48BF31 Lime Green

📋 copy color: '#48BF31'

red 72 ◦ green 191 ◦ blue 49

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

Shades of Lime Green #48BF31

Tints of Lime Green #48BF31

RGB

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

 GREEN value IS 191 (75% from 255) = 61.22%

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 23.08%
G = 61.22%
B = 15.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#48BF31 (or 0x48BF31) is known color: Lime Green. HEX triplet: 48, BF and 31. RGB value is (72,191,49). Sum of RGB (Red+Green+Blue) = 72+191+49=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 191 (75% from 255 or 61.22% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BF31 is #B740CE. Grayscale: #8B8B8B. Windows color (decimal): -12009679 or 3260232. OLE color: 3260232.

HSL color Cylindrical-coordinate representation of color #48BF31: hue angle of 110.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48BF31 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 191 49 -
CMYK 0.62 0 0.74 0.25
HSL 110.28º 0.59% 0.47% -
HSV(B) 110.28º 0.74% 0.75% -
XYZ 21.86 38.86 9.25 -
YUV 139.23 77.08 80.05 -
System Red Green Blue C M Y K H S L
Decimal 72 191 49 0.62 0 0.74 0.25 110.28 0.59 0.47
Hex 48 BF 31 3E 0 4A 19 6E 3B 2F
Octal 110 277 61 76 0 112 31 156 73 57
Binary 1001000 10111111 110001 111110 0 1001010 11001 1101110 111011 101111

Color Harmonies of #48BF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF31

Black with #48BF31

Text Example


Text Example

White with #48BF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,191,49); }

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

background-color css

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

 a { background-color: rgb(72,191,49); }

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

border-color css

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

 span { border-color: rgb(72,191,49); }

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