Html Css Color HEX #48D74B Lime Green

📋 copy color: '#48D74B'

red 72 ◦ green 215 ◦ blue 75

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

Shades of Lime Green #48D74B

Tints of Lime Green #48D74B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.39%

 BLUE value IS 75 (29.69% from 255) = 20.72%

R = 19.89%
G = 59.39%
B = 20.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#48D74B (or 0x48D74B) is known color: Lime Green. HEX triplet: 48, D7 and 4B. RGB value is (72,215,75). Sum of RGB (Red+Green+Blue) = 72+215+75=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #48D74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D74B is #B728B4. Grayscale: #9C9C9C. Windows color (decimal): -12003509 or 4970312. OLE color: 4970312.

HSL color Cylindrical-coordinate representation of color #48D74B: hue angle of 121.26º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D74B is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 215 75 -
CMYK 0.67 0 0.65 0.16
HSL 121.26º 0.64% 0.56% -
HSV(B) 121.26º 0.67% 0.84% -
XYZ 28.24 50.49 14.91 -
YUV 156.28 82.12 67.88 -
System Red Green Blue C M Y K H S L
Decimal 72 215 75 0.67 0 0.65 0.16 121.26 0.64 0.56
Hex 48 D7 4B 43 0 41 10 79 40 38
Octal 110 327 113 103 0 101 20 171 100 70
Binary 1001000 11010111 1001011 1000011 0 1000001 10000 1111001 1000000 111000

Color Harmonies of #48D74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D74B

Black with #48D74B

Text Example


Text Example

White with #48D74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,215,75); }

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

background-color css

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

 a { background-color: rgb(72,215,75); }

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

border-color css

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

 span { border-color: rgb(72,215,75); }

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