Html Css Color HEX #48D241 Lime Green

📋 copy color: '#48D241'

red 72 ◦ green 210 ◦ blue 65

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

Shades of Lime Green #48D241

Tints of Lime Green #48D241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60.52%

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

R = 20.75%
G = 60.52%
B = 18.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#48D241 (or 0x48D241) is known color: Lime Green. HEX triplet: 48, D2 and 41. RGB value is (72,210,65). Sum of RGB (Red+Green+Blue) = 72+210+65=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #48D241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D241 is #B72DBE. Grayscale: #989898. Windows color (decimal): -12004799 or 4313672. OLE color: 4313672.

HSL color Cylindrical-coordinate representation of color #48D241: hue angle of 117.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48D241 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 210 65 -
CMYK 0.66 0 0.69 0.18
HSL 117.1º 0.62% 0.54% -
HSV(B) 117.1º 0.69% 0.82% -
XYZ 26.67 47.85 12.83 -
YUV 152.21 78.78 70.79 -
System Red Green Blue C M Y K H S L
Decimal 72 210 65 0.66 0 0.69 0.18 117.1 0.62 0.54
Hex 48 D2 41 42 0 45 12 75 3E 36
Octal 110 322 101 102 0 105 22 165 76 66
Binary 1001000 11010010 1000001 1000010 0 1000101 10010 1110101 111110 110110

Color Harmonies of #48D241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D241

Black with #48D241

Text Example


Text Example

White with #48D241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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