Html Css Color HEX #48E63A Lime Green

📋 copy color: '#48E63A'

red 72 ◦ green 230 ◦ blue 58

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

Shades of Lime Green #48E63A

Tints of Lime Green #48E63A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 63.89%

 BLUE value IS 58 (23.05% from 255) = 16.11%

R = 20%
G = 63.89%
B = 16.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#48E63A (or 0x48E63A) is known color: Lime Green. HEX triplet: 48, E6 and 3A. RGB value is (72,230,58). Sum of RGB (Red+Green+Blue) = 72+230+58=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 230 (90.23% from 255 or 63.89% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 230 - color contains mainly: green. Hex color #48E63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E63A is #B719C5. Grayscale: #A3A3A3. Windows color (decimal): -11999686 or 3860040. OLE color: 3860040.

HSL color Cylindrical-coordinate representation of color #48E63A: hue angle of 115.12º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48E63A is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 230 58 -
CMYK 0.69 0 0.75 0.10
HSL 115.12º 0.77% 0.56% -
HSV(B) 115.12º 0.75% 0.9% -
XYZ 31.73 58.28 13.58 -
YUV 163.15 68.65 62.99 -
System Red Green Blue C M Y K H S L
Decimal 72 230 58 0.69 0 0.75 0.10 115.12 0.77 0.56
Hex 48 E6 3A 45 0 4B A 73 4D 38
Octal 110 346 72 105 0 113 12 163 115 70
Binary 1001000 11100110 111010 1000101 0 1001011 1010 1110011 1001101 111000

Color Harmonies of #48E63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E63A

Black with #48E63A

Text Example


Text Example

White with #48E63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,230,58); }

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

background-color css

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

 a { background-color: rgb(72,230,58); }

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

border-color css

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

 span { border-color: rgb(72,230,58); }

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