Html Css Color HEX #48D22B Lime Green

📋 copy color: '#48D22B'

red 72 ◦ green 210 ◦ blue 43

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

Shades of Lime Green #48D22B

Tints of Lime Green #48D22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 22.15%
G = 64.62%
B = 13.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#48D22B (or 0x48D22B) is known color: Lime Green. HEX triplet: 48, D2 and 2B. RGB value is (72,210,43). Sum of RGB (Red+Green+Blue) = 72+210+43=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 210 (82.42% from 255 or 64.62% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 210 - color contains mainly: green. Hex color #48D22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D22B is #B72DD4. Grayscale: #969696. Windows color (decimal): -12004821 or 2871880. OLE color: 2871880.

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

Color convert

RGB 72 210 43 -
CMYK 0.66 0 0.80 0.18
HSL 109.58º 0.66% 0.5% -
HSV(B) 109.58º 0.8% 0.82% -
XYZ 26.16 47.65 10.1 -
YUV 149.7 67.78 72.58 -
System Red Green Blue C M Y K H S L
Decimal 72 210 43 0.66 0 0.80 0.18 109.58 0.66 0.5
Hex 48 D2 2B 42 0 50 12 6E 42 32
Octal 110 322 53 102 0 120 22 156 102 62
Binary 1001000 11010010 101011 1000010 0 1010000 10010 1101110 1000010 110010

Color Harmonies of #48D22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D22B

Black with #48D22B

Text Example


Text Example

White with #48D22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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