Html Css Color HEX #48D452 Lime Green

📋 copy color: '#48D452'

red 72 ◦ green 212 ◦ blue 82

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

Shades of Lime Green #48D452

Tints of Lime Green #48D452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.92%

 BLUE value IS 82 (32.42% from 255) = 22.4%

R = 19.67%
G = 57.92%
B = 22.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#48D452 (or 0x48D452) is known color: Lime Green. HEX triplet: 48, D4 and 52. RGB value is (72,212,82). Sum of RGB (Red+Green+Blue) = 72+212+82=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 212 (83.20% from 255 or 57.92% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 212 - color contains mainly: green. Hex color #48D452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D452 is #B72BAD. Grayscale: #9B9B9B. Windows color (decimal): -12004270 or 5428296. OLE color: 5428296.

HSL color Cylindrical-coordinate representation of color #48D452: hue angle of 124.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D452 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 212 82 -
CMYK 0.66 0 0.61 0.17
HSL 124.29º 0.62% 0.56% -
HSV(B) 124.29º 0.66% 0.83% -
XYZ 27.74 49.07 15.99 -
YUV 155.32 86.62 68.57 -
System Red Green Blue C M Y K H S L
Decimal 72 212 82 0.66 0 0.61 0.17 124.29 0.62 0.56
Hex 48 D4 52 42 0 3D 11 7C 3E 38
Octal 110 324 122 102 0 75 21 174 76 70
Binary 1001000 11010100 1010010 1000010 0 111101 10001 1111100 111110 111000

Color Harmonies of #48D452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D452

Black with #48D452

Text Example


Text Example

White with #48D452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,212,82); }

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

background-color css

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

 a { background-color: rgb(72,212,82); }

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

border-color css

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

 span { border-color: rgb(72,212,82); }

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