Html Css Color HEX #48DF2F Lime Green

📋 copy color: '#48DF2F'

red 72 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #48DF2F

Tints of Lime Green #48DF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.2%

 BLUE value IS 47 (18.75% from 255) = 13.74%

R = 21.05%
G = 65.2%
B = 13.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#48DF2F (or 0x48DF2F) is known color: Lime Green. HEX triplet: 48, DF and 2F. RGB value is (72,223,47). Sum of RGB (Red+Green+Blue) = 72+223+47=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 223 (87.5% from 255 or 65.20% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF2F is #B720D0. Grayscale: #9E9E9E. Windows color (decimal): -12001489 or 3137352. OLE color: 3137352.

HSL color Cylindrical-coordinate representation of color #48DF2F: hue angle of 111.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48DF2F is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 47 -
CMYK 0.68 0 0.79 0.13
HSL 111.48º 0.73% 0.53% -
HSV(B) 111.48º 0.79% 0.87% -
XYZ 29.57 54.36 11.62 -
YUV 157.79 65.47 66.81 -
System Red Green Blue C M Y K H S L
Decimal 72 223 47 0.68 0 0.79 0.13 111.48 0.73 0.53
Hex 48 DF 2F 44 0 4F D 6F 49 35
Octal 110 337 57 104 0 117 15 157 111 65
Binary 1001000 11011111 101111 1000100 0 1001111 1101 1101111 1001001 110101

Color Harmonies of #48DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF2F

Black with #48DF2F

Text Example


Text Example

White with #48DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,223,47); }

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

background-color css

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

 a { background-color: rgb(72,223,47); }

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

border-color css

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

 span { border-color: rgb(72,223,47); }

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