Html Css Color HEX #48C135 Lime Green

📋 copy color: '#48C135'

red 72 ◦ green 193 ◦ blue 53

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

Shades of Lime Green #48C135

Tints of Lime Green #48C135

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.69%

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 22.64%
G = 60.69%
B = 16.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#48C135 (or 0x48C135) is known color: Lime Green. HEX triplet: 48, C1 and 35. RGB value is (72,193,53). Sum of RGB (Red+Green+Blue) = 72+193+53=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #48C135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C135 is #B73ECA. Grayscale: #8D8D8D. Windows color (decimal): -12009163 or 3522888. OLE color: 3522888.

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

Color convert

RGB 72 193 53 -
CMYK 0.63 0 0.73 0.24
HSL 111.86º 0.57% 0.48% -
HSV(B) 111.86º 0.73% 0.76% -
XYZ 22.39 39.77 9.87 -
YUV 140.86 78.41 78.88 -
System Red Green Blue C M Y K H S L
Decimal 72 193 53 0.63 0 0.73 0.24 111.86 0.57 0.48
Hex 48 C1 35 3F 0 49 18 70 39 30
Octal 110 301 65 77 0 111 30 160 71 60
Binary 1001000 11000001 110101 111111 0 1001001 11000 1110000 111001 110000

Color Harmonies of #48C135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C135

Black with #48C135

Text Example


Text Example

White with #48C135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,193,53); }

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

background-color css

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

 a { background-color: rgb(72,193,53); }

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

border-color css

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

 span { border-color: rgb(72,193,53); }

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