Html Css Color HEX #48C92D Lime Green

📋 copy color: '#48C92D'

red 72 ◦ green 201 ◦ blue 45

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

Shades of Lime Green #48C92D

Tints of Lime Green #48C92D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.21%

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 22.64%
G = 63.21%
B = 14.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#48C92D (or 0x48C92D) is known color: Lime Green. HEX triplet: 48, C9 and 2D. RGB value is (72,201,45). Sum of RGB (Red+Green+Blue) = 72+201+45=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 201 (78.91% from 255 or 63.21% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 201 - color contains mainly: green. Hex color #48C92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C92D is #B736D2. Grayscale: #919191. Windows color (decimal): -12007123 or 3000648. OLE color: 3000648.

HSL color Cylindrical-coordinate representation of color #48C92D: hue angle of 109.62º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48C92D is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 201 45 -
CMYK 0.64 0 0.78 0.21
HSL 109.62º 0.63% 0.48% -
HSV(B) 109.62º 0.78% 0.79% -
XYZ 24.03 43.34 9.58 -
YUV 144.65 71.76 76.18 -
System Red Green Blue C M Y K H S L
Decimal 72 201 45 0.64 0 0.78 0.21 109.62 0.63 0.48
Hex 48 C9 2D 40 0 4E 15 6E 3F 30
Octal 110 311 55 100 0 116 25 156 77 60
Binary 1001000 11001001 101101 1000000 0 1001110 10101 1101110 111111 110000

Color Harmonies of #48C92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C92D

Black with #48C92D

Text Example


Text Example

White with #48C92D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,201,45); }

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

background-color css

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

 a { background-color: rgb(72,201,45); }

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

border-color css

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

 span { border-color: rgb(72,201,45); }

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