Html Css Color HEX #48E736 Lime Green

📋 copy color: '#48E736'

red 72 ◦ green 231 ◦ blue 54

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

Shades of Lime Green #48E736

Tints of Lime Green #48E736

RGB

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

 GREEN value IS 231 (90.63% from 255) = 64.71%

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 20.17%
G = 64.71%
B = 15.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#48E736 (or 0x48E736) is known color: Lime Green. HEX triplet: 48, E7 and 36. RGB value is (72,231,54). Sum of RGB (Red+Green+Blue) = 72+231+54=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 231 (90.62% from 255 or 64.71% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 231 - color contains mainly: green. Hex color #48E736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E736 is #B718C9. Grayscale: #A3A3A3. Windows color (decimal): -11999434 or 3598152. OLE color: 3598152.

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

Color convert

RGB 72 231 54 -
CMYK 0.69 0 0.77 0.09
HSL 113.9º 0.79% 0.56% -
HSV(B) 113.9º 0.77% 0.91% -
XYZ 31.91 58.8 13.16 -
YUV 163.28 66.32 62.89 -
System Red Green Blue C M Y K H S L
Decimal 72 231 54 0.69 0 0.77 0.09 113.9 0.79 0.56
Hex 48 E7 36 45 0 4D 9 72 4F 38
Octal 110 347 66 105 0 115 11 162 117 70
Binary 1001000 11100111 110110 1000101 0 1001101 1001 1110010 1001111 111000

Color Harmonies of #48E736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E736

Black with #48E736

Text Example


Text Example

White with #48E736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,231,54); }

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

background-color css

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

 a { background-color: rgb(72,231,54); }

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

border-color css

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

 span { border-color: rgb(72,231,54); }

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