Html Css Color HEX #48F736 Lime Green

📋 copy color: '#48F736'

red 72 ◦ green 247 ◦ blue 54

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

Shades of Lime Green #48F736

Tints of Lime Green #48F736

RGB

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

 GREEN value IS 247 (96.88% from 255) = 66.22%

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

R = 19.3%
G = 66.22%
B = 14.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#48F736 (or 0x48F736) is known color: Lime Green. HEX triplet: 48, F7 and 36. RGB value is (72,247,54). Sum of RGB (Red+Green+Blue) = 72+247+54=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 247 (96.88% from 255 or 66.22% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 247 - color contains mainly: green. Hex color #48F736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F736 is #B708C9. Grayscale: #ADADAD. Windows color (decimal): -11995338 or 3602248. OLE color: 3602248.

HSL color Cylindrical-coordinate representation of color #48F736: hue angle of 114.4º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48F736 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 247 54 -
CMYK 0.71 0 0.78 0.03
HSL 114.4º 0.92% 0.59% -
HSV(B) 114.4º 0.78% 0.97% -
XYZ 36.6 68.17 14.72 -
YUV 172.67 61.02 56.19 -
System Red Green Blue C M Y K H S L
Decimal 72 247 54 0.71 0 0.78 0.03 114.4 0.92 0.59
Hex 48 F7 36 47 0 4E 3 72 5C 3B
Octal 110 367 66 107 0 116 3 162 134 73
Binary 1001000 11110111 110110 1000111 0 1001110 11 1110010 1011100 111011

Color Harmonies of #48F736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F736

Black with #48F736

Text Example


Text Example

White with #48F736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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