Html Css Color HEX #48BA35 Lime Green

📋 copy color: '#48BA35'

red 72 ◦ green 186 ◦ blue 53

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

Shades of Lime Green #48BA35

Tints of Lime Green #48BA35

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.81%

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

R = 23.15%
G = 59.81%
B = 17.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#48BA35 (or 0x48BA35) is known color: Lime Green. HEX triplet: 48, BA and 35. RGB value is (72,186,53). Sum of RGB (Red+Green+Blue) = 72+186+53=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BA35 is #B745CA. Grayscale: #898989. Windows color (decimal): -12010955 or 3521096. OLE color: 3521096.

HSL color Cylindrical-coordinate representation of color #48BA35: hue angle of 111.43º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48BA35 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 186 53 -
CMYK 0.61 0 0.72 0.27
HSL 111.43º 0.56% 0.47% -
HSV(B) 111.43º 0.72% 0.73% -
XYZ 20.87 36.75 9.36 -
YUV 136.75 80.73 81.81 -
System Red Green Blue C M Y K H S L
Decimal 72 186 53 0.61 0 0.72 0.27 111.43 0.56 0.47
Hex 48 BA 35 3D 0 48 1B 6F 38 2F
Octal 110 272 65 75 0 110 33 157 70 57
Binary 1001000 10111010 110101 111101 0 1001000 11011 1101111 111000 101111

Color Harmonies of #48BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA35

Black with #48BA35

Text Example


Text Example

White with #48BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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