Html Css Color HEX #48C243 Lime Green

📋 copy color: '#48C243'

red 72 ◦ green 194 ◦ blue 67

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

Shades of Lime Green #48C243

Tints of Lime Green #48C243

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.26%

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

R = 21.62%
G = 58.26%
B = 20.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#48C243 (or 0x48C243) is known color: Lime Green. HEX triplet: 48, C2 and 43. RGB value is (72,194,67). Sum of RGB (Red+Green+Blue) = 72+194+67=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #48C243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C243 is #B73DBC. Grayscale: #8F8F8F. Windows color (decimal): -12008893 or 4440648. OLE color: 4440648.

HSL color Cylindrical-coordinate representation of color #48C243: hue angle of 117.64º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48C243 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 194 67 -
CMYK 0.63 0 0.65 0.24
HSL 117.64º 0.51% 0.51% -
HSV(B) 117.64º 0.65% 0.76% -
XYZ 22.98 40.37 11.89 -
YUV 143.04 85.08 77.33 -
System Red Green Blue C M Y K H S L
Decimal 72 194 67 0.63 0 0.65 0.24 117.64 0.51 0.51
Hex 48 C2 43 3F 0 41 18 76 33 33
Octal 110 302 103 77 0 101 30 166 63 63
Binary 1001000 11000010 1000011 111111 0 1000001 11000 1110110 110011 110011

Color Harmonies of #48C243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C243

Black with #48C243

Text Example


Text Example

White with #48C243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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