Html Css Color HEX #48D627 Lime Green

📋 copy color: '#48D627'

red 72 ◦ green 214 ◦ blue 39

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

Shades of Lime Green #48D627

Tints of Lime Green #48D627

RGB

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

 GREEN value IS 214 (83.98% from 255) = 65.85%

 BLUE value IS 39 (15.63% from 255) = 12%

R = 22.15%
G = 65.85%
B = 12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#48D627 (or 0x48D627) is known color: Lime Green. HEX triplet: 48, D6 and 27. RGB value is (72,214,39). Sum of RGB (Red+Green+Blue) = 72+214+39=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #48D627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D627 is #B729D8. Grayscale: #989898. Windows color (decimal): -12003801 or 2610760. OLE color: 2610760.

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

Color convert

RGB 72 214 39 -
CMYK 0.66 0 0.82 0.16
HSL 108.69º 0.69% 0.5% -
HSV(B) 108.69º 0.82% 0.84% -
XYZ 27.09 49.62 10.07 -
YUV 151.59 64.46 71.23 -
System Red Green Blue C M Y K H S L
Decimal 72 214 39 0.66 0 0.82 0.16 108.69 0.69 0.5
Hex 48 D6 27 42 0 52 10 6D 45 32
Octal 110 326 47 102 0 122 20 155 105 62
Binary 1001000 11010110 100111 1000010 0 1010010 10000 1101101 1000101 110010

Color Harmonies of #48D627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D627

Black with #48D627

Text Example


Text Example

White with #48D627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,214,39); }

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

background-color css

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

 a { background-color: rgb(72,214,39); }

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

border-color css

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

 span { border-color: rgb(72,214,39); }

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