Html Css Color HEX #48CA2B Lime Green

📋 copy color: '#48CA2B'

red 72 ◦ green 202 ◦ blue 43

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

Shades of Lime Green #48CA2B

Tints of Lime Green #48CA2B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 63.72%

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 22.71%
G = 63.72%
B = 13.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#48CA2B (or 0x48CA2B) is known color: Lime Green. HEX triplet: 48, CA and 2B. RGB value is (72,202,43). Sum of RGB (Red+Green+Blue) = 72+202+43=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 202 (79.30% from 255 or 63.72% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CA2B is #B735D4. Grayscale: #919191. Windows color (decimal): -12006869 or 2869832. OLE color: 2869832.

HSL color Cylindrical-coordinate representation of color #48CA2B: hue angle of 109.06º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48CA2B is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 202 43 -
CMYK 0.64 0 0.79 0.21
HSL 109.06º 0.65% 0.48% -
HSV(B) 109.06º 0.79% 0.79% -
XYZ 24.23 43.79 9.46 -
YUV 145 70.43 75.93 -
System Red Green Blue C M Y K H S L
Decimal 72 202 43 0.64 0 0.79 0.21 109.06 0.65 0.48
Hex 48 CA 2B 40 0 4F 15 6D 41 30
Octal 110 312 53 100 0 117 25 155 101 60
Binary 1001000 11001010 101011 1000000 0 1001111 10101 1101101 1000001 110000

Color Harmonies of #48CA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CA2B

Black with #48CA2B

Text Example


Text Example

White with #48CA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,202,43); }

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

background-color css

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

 a { background-color: rgb(72,202,43); }

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

border-color css

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

 span { border-color: rgb(72,202,43); }

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