Html Css Color HEX #48C63D Lime Green

📋 copy color: '#48C63D'

red 72 ◦ green 198 ◦ blue 61

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

Shades of Lime Green #48C63D

Tints of Lime Green #48C63D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 59.82%

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

R = 21.75%
G = 59.82%
B = 18.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#48C63D (or 0x48C63D) is known color: Lime Green. HEX triplet: 48, C6 and 3D. RGB value is (72,198,61). Sum of RGB (Red+Green+Blue) = 72+198+61=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 198 (77.73% from 255 or 59.82% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 198 - color contains mainly: green. Hex color #48C63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C63D is #B739C2. Grayscale: #919191. Windows color (decimal): -12007875 or 4048456. OLE color: 4048456.

HSL color Cylindrical-coordinate representation of color #48C63D: hue angle of 115.18º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48C63D is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 198 61 -
CMYK 0.64 0 0.69 0.22
HSL 115.18º 0.55% 0.51% -
HSV(B) 115.18º 0.69% 0.78% -
XYZ 23.71 42.1 11.29 -
YUV 144.71 80.76 76.14 -
System Red Green Blue C M Y K H S L
Decimal 72 198 61 0.64 0 0.69 0.22 115.18 0.55 0.51
Hex 48 C6 3D 40 0 45 16 73 37 33
Octal 110 306 75 100 0 105 26 163 67 63
Binary 1001000 11000110 111101 1000000 0 1000101 10110 1110011 110111 110011

Color Harmonies of #48C63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C63D

Black with #48C63D

Text Example


Text Example

White with #48C63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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