Html Css Color HEX #48BD41 Lime Green

📋 copy color: '#48BD41'

red 72 ◦ green 189 ◦ blue 65

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

Shades of Lime Green #48BD41

Tints of Lime Green #48BD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 22.09%
G = 57.98%
B = 19.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#48BD41 (or 0x48BD41) is known color: Lime Green. HEX triplet: 48, BD and 41. RGB value is (72,189,65). Sum of RGB (Red+Green+Blue) = 72+189+65=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BD41 is #B742BE. Grayscale: #8C8C8C. Windows color (decimal): -12010175 or 4308296. OLE color: 4308296.

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

Color convert

RGB 72 189 65 -
CMYK 0.62 0 0.66 0.26
HSL 116.61º 0.49% 0.5% -
HSV(B) 116.61º 0.66% 0.74% -
XYZ 21.82 38.15 11.22 -
YUV 139.88 85.74 79.58 -
System Red Green Blue C M Y K H S L
Decimal 72 189 65 0.62 0 0.66 0.26 116.61 0.49 0.5
Hex 48 BD 41 3E 0 42 1A 75 31 32
Octal 110 275 101 76 0 102 32 165 61 62
Binary 1001000 10111101 1000001 111110 0 1000010 11010 1110101 110001 110010

Color Harmonies of #48BD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD41

Black with #48BD41

Text Example


Text Example

White with #48BD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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