Html Css Color HEX #48F143 Lime Green

📋 copy color: '#48F143'

red 72 ◦ green 241 ◦ blue 67

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

Shades of Lime Green #48F143

Tints of Lime Green #48F143

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.42%

 BLUE value IS 67 (26.56% from 255) = 17.63%

R = 18.95%
G = 63.42%
B = 17.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#48F143 (or 0x48F143) is known color: Lime Green. HEX triplet: 48, F1 and 43. RGB value is (72,241,67). Sum of RGB (Red+Green+Blue) = 72+241+67=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #48F143 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F143 is #B70EBC. Grayscale: #ABABAB. Windows color (decimal): -11996861 or 4452680. OLE color: 4452680.

HSL color Cylindrical-coordinate representation of color #48F143: hue angle of 118.28º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48F143 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 241 67 -
CMYK 0.70 0 0.72 0.05
HSL 118.28º 0.86% 0.6% -
HSV(B) 118.28º 0.72% 0.95% -
XYZ 35.14 64.69 15.95 -
YUV 170.63 69.51 57.65 -
System Red Green Blue C M Y K H S L
Decimal 72 241 67 0.70 0 0.72 0.05 118.28 0.86 0.6
Hex 48 F1 43 46 0 48 5 76 56 3C
Octal 110 361 103 106 0 110 5 166 126 74
Binary 1001000 11110001 1000011 1000110 0 1001000 101 1110110 1010110 111100

Color Harmonies of #48F143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F143

Black with #48F143

Text Example


Text Example

White with #48F143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,241,67); }

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

background-color css

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

 a { background-color: rgb(72,241,67); }

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

border-color css

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

 span { border-color: rgb(72,241,67); }

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