Html Css Color HEX #48EC2E Lime Green

📋 copy color: '#48EC2E'

red 72 ◦ green 236 ◦ blue 46

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

Shades of Lime Green #48EC2E

Tints of Lime Green #48EC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 20.34%
G = 66.67%
B = 12.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#48EC2E (or 0x48EC2E) is known color: Lime Green. HEX triplet: 48, EC and 2E. RGB value is (72,236,46). Sum of RGB (Red+Green+Blue) = 72+236+46=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 236 (92.58% from 255 or 66.67% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EC2E is #B713D1. Grayscale: #A5A5A5. Windows color (decimal): -11998162 or 3075144. OLE color: 3075144.

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

Color convert

RGB 72 236 46 -
CMYK 0.69 0 0.81 0.07
HSL 111.79º 0.83% 0.55% -
HSV(B) 111.79º 0.81% 0.93% -
XYZ 33.16 61.57 12.72 -
YUV 165.3 60.67 61.45 -
System Red Green Blue C M Y K H S L
Decimal 72 236 46 0.69 0 0.81 0.07 111.79 0.83 0.55
Hex 48 EC 2E 45 0 51 7 70 53 37
Octal 110 354 56 105 0 121 7 160 123 67
Binary 1001000 11101100 101110 1000101 0 1010001 111 1110000 1010011 110111

Color Harmonies of #48EC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC2E

Black with #48EC2E

Text Example


Text Example

White with #48EC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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