Html Css Color HEX #48BF32 Lime Green

📋 copy color: '#48BF32'

red 72 ◦ green 191 ◦ blue 50

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

Shades of Lime Green #48BF32

Tints of Lime Green #48BF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.97%

R = 23%
G = 61.02%
B = 15.97%

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

#48BF32 (or 0x48BF32) is known color: Lime Green. HEX triplet: 48, BF and 32. RGB value is (72,191,50). Sum of RGB (Red+Green+Blue) = 72+191+50=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BF32 is #B740CD. Grayscale: #8B8B8B. Windows color (decimal): -12009678 or 3325768. OLE color: 3325768.

HSL color Cylindrical-coordinate representation of color #48BF32: hue angle of 110.64º 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 #48BF32 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 191 50 -
CMYK 0.62 0 0.74 0.25
HSL 110.64º 0.59% 0.47% -
HSV(B) 110.64º 0.74% 0.75% -
XYZ 21.88 38.87 9.37 -
YUV 139.35 77.58 79.96 -
System Red Green Blue C M Y K H S L
Decimal 72 191 50 0.62 0 0.74 0.25 110.64 0.59 0.47
Hex 48 BF 32 3E 0 4A 19 6F 3B 2F
Octal 110 277 62 76 0 112 31 157 73 57
Binary 1001000 10111111 110010 111110 0 1001010 11001 1101111 111011 101111

Color Harmonies of #48BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF32

Black with #48BF32

Text Example


Text Example

White with #48BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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