Html Css Color HEX #48D633 Lime Green

📋 copy color: '#48D633'

red 72 ◦ green 214 ◦ blue 51

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

Shades of Lime Green #48D633

Tints of Lime Green #48D633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.13%

R = 21.36%
G = 63.5%
B = 15.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#48D633 (or 0x48D633) is known color: Lime Green. HEX triplet: 48, D6 and 33. RGB value is (72,214,51). Sum of RGB (Red+Green+Blue) = 72+214+51=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #48D633 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D633 is #B729CC. Grayscale: #999999. Windows color (decimal): -12003789 or 3397192. OLE color: 3397192.

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

Color convert

RGB 72 214 51 -
CMYK 0.66 0 0.76 0.16
HSL 112.27º 0.67% 0.52% -
HSV(B) 112.27º 0.76% 0.84% -
XYZ 27.32 49.71 11.29 -
YUV 152.96 70.46 70.25 -
System Red Green Blue C M Y K H S L
Decimal 72 214 51 0.66 0 0.76 0.16 112.27 0.67 0.52
Hex 48 D6 33 42 0 4C 10 70 43 34
Octal 110 326 63 102 0 114 20 160 103 64
Binary 1001000 11010110 110011 1000010 0 1001100 10000 1110000 1000011 110100

Color Harmonies of #48D633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D633

Black with #48D633

Text Example


Text Example

White with #48D633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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