Html Css Color HEX #48CB2B Lime Green

📋 copy color: '#48CB2B'

red 72 ◦ green 203 ◦ blue 43

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

Shades of Lime Green #48CB2B

Tints of Lime Green #48CB2B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 63.84%

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

R = 22.64%
G = 63.84%
B = 13.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#48CB2B (or 0x48CB2B) is known color: Lime Green. HEX triplet: 48, CB and 2B. RGB value is (72,203,43). Sum of RGB (Red+Green+Blue) = 72+203+43=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 203 (79.69% from 255 or 63.84% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CB2B is #B734D4. Grayscale: #929292. Windows color (decimal): -12006613 or 2870088. OLE color: 2870088.

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

Color convert

RGB 72 203 43 -
CMYK 0.65 0 0.79 0.20
HSL 109.13º 0.65% 0.48% -
HSV(B) 109.13º 0.79% 0.8% -
XYZ 24.46 44.26 9.54 -
YUV 145.59 70.1 75.51 -
System Red Green Blue C M Y K H S L
Decimal 72 203 43 0.65 0 0.79 0.20 109.13 0.65 0.48
Hex 48 CB 2B 41 0 4F 14 6D 41 30
Octal 110 313 53 101 0 117 24 155 101 60
Binary 1001000 11001011 101011 1000001 0 1001111 10100 1101101 1000001 110000

Color Harmonies of #48CB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CB2B

Black with #48CB2B

Text Example


Text Example

White with #48CB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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