Html Css Color HEX #48BE40 Lime Green

📋 copy color: '#48BE40'

red 72 ◦ green 190 ◦ blue 64

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

Shades of Lime Green #48BE40

Tints of Lime Green #48BE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.28%

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

R = 22.09%
G = 58.28%
B = 19.63%

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

#48BE40 (or 0x48BE40) is known color: Lime Green. HEX triplet: 48, BE and 40. RGB value is (72,190,64). Sum of RGB (Red+Green+Blue) = 72+190+64=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BE40 is #B741BF. Grayscale: #8C8C8C. Windows color (decimal): -12009920 or 4243016. OLE color: 4243016.

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

Color convert

RGB 72 190 64 -
CMYK 0.62 0 0.66 0.25
HSL 116.19º 0.5% 0.5% -
HSV(B) 116.19º 0.66% 0.75% -
XYZ 22.01 38.57 11.14 -
YUV 140.35 84.91 79.25 -
System Red Green Blue C M Y K H S L
Decimal 72 190 64 0.62 0 0.66 0.25 116.19 0.5 0.5
Hex 48 BE 40 3E 0 42 19 74 32 32
Octal 110 276 100 76 0 102 31 164 62 62
Binary 1001000 10111110 1000000 111110 0 1000010 11001 1110100 110010 110010

Color Harmonies of #48BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE40

Black with #48BE40

Text Example


Text Example

White with #48BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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