Html Css Color HEX #48ED37 Lime Green

📋 copy color: '#48ED37'

red 72 ◦ green 237 ◦ blue 55

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

Shades of Lime Green #48ED37

Tints of Lime Green #48ED37

RGB

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

 GREEN value IS 237 (92.97% from 255) = 65.11%

 BLUE value IS 55 (21.88% from 255) = 15.11%

R = 19.78%
G = 65.11%
B = 15.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#48ED37 (or 0x48ED37) is known color: Lime Green. HEX triplet: 48, ED and 37. RGB value is (72,237,55). Sum of RGB (Red+Green+Blue) = 72+237+55=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 237 (92.97% from 255 or 65.11% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 237 - color contains mainly: green. Hex color #48ED37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48ED37 is #B712C8. Grayscale: #A7A7A7. Windows color (decimal): -11997897 or 3665224. OLE color: 3665224.

HSL color Cylindrical-coordinate representation of color #48ED37: hue angle of 114.4º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48ED37 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 237 55 -
CMYK 0.70 0 0.77 0.07
HSL 114.4º 0.83% 0.57% -
HSV(B) 114.4º 0.77% 0.93% -
XYZ 33.65 62.22 13.85 -
YUV 166.92 64.84 60.3 -
System Red Green Blue C M Y K H S L
Decimal 72 237 55 0.70 0 0.77 0.07 114.4 0.83 0.57
Hex 48 ED 37 46 0 4D 7 72 53 39
Octal 110 355 67 106 0 115 7 162 123 71
Binary 1001000 11101101 110111 1000110 0 1001101 111 1110010 1010011 111001

Color Harmonies of #48ED37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ED37

Black with #48ED37

Text Example


Text Example

White with #48ED37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,237,55); }

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

background-color css

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

 a { background-color: rgb(72,237,55); }

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

border-color css

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

 span { border-color: rgb(72,237,55); }

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