Html Css Color HEX #48DA2A Lime Green

📋 copy color: '#48DA2A'

red 72 ◦ green 218 ◦ blue 42

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

Shades of Lime Green #48DA2A

Tints of Lime Green #48DA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.65%

R = 21.69%
G = 65.66%
B = 12.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#48DA2A (or 0x48DA2A) is known color: Lime Green. HEX triplet: 48, DA and 2A. RGB value is (72,218,42). Sum of RGB (Red+Green+Blue) = 72+218+42=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 218 (85.55% from 255 or 65.66% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DA2A is #B725D5. Grayscale: #9A9A9A. Windows color (decimal): -12002774 or 2808392. OLE color: 2808392.

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

Color convert

RGB 72 218 42 -
CMYK 0.67 0 0.81 0.15
HSL 109.77º 0.7% 0.51% -
HSV(B) 109.77º 0.81% 0.85% -
XYZ 28.16 51.69 10.68 -
YUV 154.28 64.63 69.31 -
System Red Green Blue C M Y K H S L
Decimal 72 218 42 0.67 0 0.81 0.15 109.77 0.7 0.51
Hex 48 DA 2A 43 0 51 F 6E 46 33
Octal 110 332 52 103 0 121 17 156 106 63
Binary 1001000 11011010 101010 1000011 0 1010001 1111 1101110 1000110 110011

Color Harmonies of #48DA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA2A

Black with #48DA2A

Text Example


Text Example

White with #48DA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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