Html Css Color HEX #48D33F Lime Green

📋 copy color: '#48D33F'

red 72 ◦ green 211 ◦ blue 63

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

Shades of Lime Green #48D33F

Tints of Lime Green #48D33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 60.98%

 BLUE value IS 63 (25% from 255) = 18.21%

R = 20.81%
G = 60.98%
B = 18.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#48D33F (or 0x48D33F) is known color: Lime Green. HEX triplet: 48, D3 and 3F. RGB value is (72,211,63). Sum of RGB (Red+Green+Blue) = 72+211+63=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 211 (82.81% from 255 or 60.98% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 211 - color contains mainly: green. Hex color #48D33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D33F is #B72CC0. Grayscale: #999999. Windows color (decimal): -12004545 or 4182856. OLE color: 4182856.

HSL color Cylindrical-coordinate representation of color #48D33F: hue angle of 116.35º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48D33F is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 211 63 -
CMYK 0.66 0 0.70 0.17
HSL 116.35º 0.63% 0.54% -
HSV(B) 116.35º 0.7% 0.83% -
XYZ 26.86 48.33 12.61 -
YUV 152.57 77.45 70.53 -
System Red Green Blue C M Y K H S L
Decimal 72 211 63 0.66 0 0.70 0.17 116.35 0.63 0.54
Hex 48 D3 3F 42 0 46 11 74 3F 36
Octal 110 323 77 102 0 106 21 164 77 66
Binary 1001000 11010011 111111 1000010 0 1000110 10001 1110100 111111 110110

Color Harmonies of #48D33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D33F

Black with #48D33F

Text Example


Text Example

White with #48D33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,211,63); }

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

background-color css

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

 a { background-color: rgb(72,211,63); }

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

border-color css

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

 span { border-color: rgb(72,211,63); }

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