Html Css Color HEX #48CB2C Lime Green

📋 copy color: '#48CB2C'

red 72 ◦ green 203 ◦ blue 44

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

Shades of Lime Green #48CB2C

Tints of Lime Green #48CB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 22.57%
G = 63.64%
B = 13.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#48CB2C (or 0x48CB2C) is known color: Lime Green. HEX triplet: 48, CB and 2C. RGB value is (72,203,44). Sum of RGB (Red+Green+Blue) = 72+203+44=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 203 (79.69% from 255 or 63.64% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CB2C is #B734D3. Grayscale: #929292. Windows color (decimal): -12006612 or 2935624. OLE color: 2935624.

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

Color convert

RGB 72 203 44 -
CMYK 0.65 0 0.78 0.20
HSL 109.43º 0.64% 0.48% -
HSV(B) 109.43º 0.78% 0.8% -
XYZ 24.48 44.27 9.64 -
YUV 145.71 70.6 75.43 -
System Red Green Blue C M Y K H S L
Decimal 72 203 44 0.65 0 0.78 0.20 109.43 0.64 0.48
Hex 48 CB 2C 41 0 4E 14 6D 40 30
Octal 110 313 54 101 0 116 24 155 100 60
Binary 1001000 11001011 101100 1000001 0 1001110 10100 1101101 1000000 110000

Color Harmonies of #48CB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CB2C

Black with #48CB2C

Text Example


Text Example

White with #48CB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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