Html Css Color HEX #48EC44 Lime Green

📋 copy color: '#48EC44'

red 72 ◦ green 236 ◦ blue 68

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

Shades of Lime Green #48EC44

Tints of Lime Green #48EC44

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.77%

 BLUE value IS 68 (26.95% from 255) = 18.09%

R = 19.15%
G = 62.77%
B = 18.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#48EC44 (or 0x48EC44) is known color: Lime Green. HEX triplet: 48, EC and 44. RGB value is (72,236,68). Sum of RGB (Red+Green+Blue) = 72+236+68=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 236 (92.58% from 255 or 62.77% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EC44 is #B713BB. Grayscale: #A8A8A8. Windows color (decimal): -11998140 or 4516936. OLE color: 4516936.

HSL color Cylindrical-coordinate representation of color #48EC44: hue angle of 118.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48EC44 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 68 -
CMYK 0.69 0 0.71 0.07
HSL 118.57º 0.82% 0.6% -
HSV(B) 118.57º 0.71% 0.93% -
XYZ 33.71 61.79 15.62 -
YUV 167.81 71.67 59.66 -
System Red Green Blue C M Y K H S L
Decimal 72 236 68 0.69 0 0.71 0.07 118.57 0.82 0.6
Hex 48 EC 44 45 0 47 7 77 52 3C
Octal 110 354 104 105 0 107 7 167 122 74
Binary 1001000 11101100 1000100 1000101 0 1000111 111 1110111 1010010 111100

Color Harmonies of #48EC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC44

Black with #48EC44

Text Example


Text Example

White with #48EC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,236,68); }

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

background-color css

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

 a { background-color: rgb(72,236,68); }

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

border-color css

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

 span { border-color: rgb(72,236,68); }

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