Html Css Color HEX #48E945 Lime Green

📋 copy color: '#48E945'

red 72 ◦ green 233 ◦ blue 69

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

Shades of Lime Green #48E945

Tints of Lime Green #48E945

RGB

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

 GREEN value IS 233 (91.41% from 255) = 62.3%

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 19.25%
G = 62.3%
B = 18.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#48E945 (or 0x48E945) is known color: Lime Green. HEX triplet: 48, E9 and 45. RGB value is (72,233,69). Sum of RGB (Red+Green+Blue) = 72+233+69=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #48E945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E945 is #B716BA. Grayscale: #A6A6A6. Windows color (decimal): -11998907 or 4581704. OLE color: 4581704.

HSL color Cylindrical-coordinate representation of color #48E945: hue angle of 118.9º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48E945 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 233 69 -
CMYK 0.69 0 0.70 0.09
HSL 118.9º 0.79% 0.59% -
HSV(B) 118.9º 0.7% 0.91% -
XYZ 32.89 60.09 15.49 -
YUV 166.17 73.16 60.84 -
System Red Green Blue C M Y K H S L
Decimal 72 233 69 0.69 0 0.70 0.09 118.9 0.79 0.59
Hex 48 E9 45 45 0 46 9 77 4F 3B
Octal 110 351 105 105 0 106 11 167 117 73
Binary 1001000 11101001 1000101 1000101 0 1000110 1001 1110111 1001111 111011

Color Harmonies of #48E945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E945

Black with #48E945

Text Example


Text Example

White with #48E945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,233,69); }

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

background-color css

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

 a { background-color: rgb(72,233,69); }

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

border-color css

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

 span { border-color: rgb(72,233,69); }

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