Html Css Color HEX #48C841 Lime Green

📋 copy color: '#48C841'

red 72 ◦ green 200 ◦ blue 65

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

Shades of Lime Green #48C841

Tints of Lime Green #48C841

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.35%

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

R = 21.36%
G = 59.35%
B = 19.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#48C841 (or 0x48C841) is known color: Lime Green. HEX triplet: 48, C8 and 41. RGB value is (72,200,65). Sum of RGB (Red+Green+Blue) = 72+200+65=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 200 (78.52% from 255 or 59.35% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 200 - color contains mainly: green. Hex color #48C841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C841 is #B737BE. Grayscale: #929292. Windows color (decimal): -12007359 or 4311112. OLE color: 4311112.

HSL color Cylindrical-coordinate representation of color #48C841: hue angle of 116.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48C841 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 200 65 -
CMYK 0.64 0 0.68 0.22
HSL 116.89º 0.55% 0.52% -
HSV(B) 116.89º 0.68% 0.78% -
XYZ 24.28 43.07 12.03 -
YUV 146.34 82.09 74.98 -
System Red Green Blue C M Y K H S L
Decimal 72 200 65 0.64 0 0.68 0.22 116.89 0.55 0.52
Hex 48 C8 41 40 0 44 16 75 37 34
Octal 110 310 101 100 0 104 26 165 67 64
Binary 1001000 11001000 1000001 1000000 0 1000100 10110 1110101 110111 110100

Color Harmonies of #48C841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C841

Black with #48C841

Text Example


Text Example

White with #48C841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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