Html Css Color HEX #48BF40 Lime Green

📋 copy color: '#48BF40'

red 72 ◦ green 191 ◦ blue 64

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

Shades of Lime Green #48BF40

Tints of Lime Green #48BF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.57%

R = 22.02%
G = 58.41%
B = 19.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#48BF40 (or 0x48BF40) is known color: Lime Green. HEX triplet: 48, BF and 40. RGB value is (72,191,64). Sum of RGB (Red+Green+Blue) = 72+191+64=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BF40 is #B740BF. Grayscale: #8D8D8D. Windows color (decimal): -12009664 or 4243272. OLE color: 4243272.

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

Color convert

RGB 72 191 64 -
CMYK 0.62 0 0.66 0.25
HSL 116.22º 0.5% 0.5% -
HSV(B) 116.22º 0.66% 0.75% -
XYZ 22.23 39.01 11.21 -
YUV 140.94 84.58 78.83 -
System Red Green Blue C M Y K H S L
Decimal 72 191 64 0.62 0 0.66 0.25 116.22 0.5 0.5
Hex 48 BF 40 3E 0 42 19 74 32 32
Octal 110 277 100 76 0 102 31 164 62 62
Binary 1001000 10111111 1000000 111110 0 1000010 11001 1110100 110010 110010

Color Harmonies of #48BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF40

Black with #48BF40

Text Example


Text Example

White with #48BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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