Html Css Color HEX #48DA2D Lime Green

📋 copy color: '#48DA2D'

red 72 ◦ green 218 ◦ blue 45

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

Shades of Lime Green #48DA2D

Tints of Lime Green #48DA2D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 65.07%

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

R = 21.49%
G = 65.07%
B = 13.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#48DA2D (or 0x48DA2D) is known color: Lime Green. HEX triplet: 48, DA and 2D. RGB value is (72,218,45). Sum of RGB (Red+Green+Blue) = 72+218+45=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 218 (85.55% from 255 or 65.07% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DA2D is #B725D2. Grayscale: #9B9B9B. Windows color (decimal): -12002771 or 3005000. OLE color: 3005000.

HSL color Cylindrical-coordinate representation of color #48DA2D: hue angle of 110.64º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48DA2D is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 218 45 -
CMYK 0.67 0 0.79 0.15
HSL 110.64º 0.7% 0.52% -
HSV(B) 110.64º 0.79% 0.85% -
XYZ 28.22 51.71 10.98 -
YUV 154.62 66.13 69.07 -
System Red Green Blue C M Y K H S L
Decimal 72 218 45 0.67 0 0.79 0.15 110.64 0.7 0.52
Hex 48 DA 2D 43 0 4F F 6F 46 34
Octal 110 332 55 103 0 117 17 157 106 64
Binary 1001000 11011010 101101 1000011 0 1001111 1111 1101111 1000110 110100

Color Harmonies of #48DA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA2D

Black with #48DA2D

Text Example


Text Example

White with #48DA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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