Html Css Color HEX #48D725 Lime Green

📋 copy color: '#48D725'

red 72 ◦ green 215 ◦ blue 37

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

Shades of Lime Green #48D725

Tints of Lime Green #48D725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.42%

R = 22.22%
G = 66.36%
B = 11.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#48D725 (or 0x48D725) is known color: Lime Green. HEX triplet: 48, D7 and 25. RGB value is (72,215,37). Sum of RGB (Red+Green+Blue) = 72+215+37=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 215 (84.38% from 255 or 66.36% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 215 - color contains mainly: green. Hex color #48D725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D725 is #B728DA. Grayscale: #989898. Windows color (decimal): -12003547 or 2479944. OLE color: 2479944.

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

Color convert

RGB 72 215 37 -
CMYK 0.67 0 0.83 0.16
HSL 108.2º 0.71% 0.49% -
HSV(B) 108.2º 0.83% 0.84% -
XYZ 27.31 50.11 9.98 -
YUV 151.95 63.12 70.97 -
System Red Green Blue C M Y K H S L
Decimal 72 215 37 0.67 0 0.83 0.16 108.2 0.71 0.49
Hex 48 D7 25 43 0 53 10 6C 47 31
Octal 110 327 45 103 0 123 20 154 107 61
Binary 1001000 11010111 100101 1000011 0 1010011 10000 1101100 1000111 110001

Color Harmonies of #48D725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D725

Black with #48D725

Text Example


Text Example

White with #48D725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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