Html Css Color HEX #48C23D Lime Green

📋 copy color: '#48C23D'

red 72 ◦ green 194 ◦ blue 61

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

Shades of Lime Green #48C23D

Tints of Lime Green #48C23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 22.02%
G = 59.33%
B = 18.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#48C23D (or 0x48C23D) is known color: Lime Green. HEX triplet: 48, C2 and 3D. RGB value is (72,194,61). Sum of RGB (Red+Green+Blue) = 72+194+61=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #48C23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C23D is #B73DC2. Grayscale: #8E8E8E. Windows color (decimal): -12008899 or 4047432. OLE color: 4047432.

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

Color convert

RGB 72 194 61 -
CMYK 0.63 0 0.69 0.24
HSL 115.04º 0.52% 0.5% -
HSV(B) 115.04º 0.69% 0.76% -
XYZ 22.81 40.3 10.99 -
YUV 142.36 82.08 77.81 -
System Red Green Blue C M Y K H S L
Decimal 72 194 61 0.63 0 0.69 0.24 115.04 0.52 0.5
Hex 48 C2 3D 3F 0 45 18 73 34 32
Octal 110 302 75 77 0 105 30 163 64 62
Binary 1001000 11000010 111101 111111 0 1000101 11000 1110011 110100 110010

Color Harmonies of #48C23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C23D

Black with #48C23D

Text Example


Text Example

White with #48C23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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