Html Css Color HEX #48C33C Lime Green

📋 copy color: '#48C33C'

red 72 ◦ green 195 ◦ blue 60

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

Shades of Lime Green #48C33C

Tints of Lime Green #48C33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.63%

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 22.02%
G = 59.63%
B = 18.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#48C33C (or 0x48C33C) is known color: Lime Green. HEX triplet: 48, C3 and 3C. RGB value is (72,195,60). Sum of RGB (Red+Green+Blue) = 72+195+60=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 195 (76.56% from 255 or 59.63% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 195 - color contains mainly: green. Hex color #48C33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C33C is #B73CC3. Grayscale: #8F8F8F. Windows color (decimal): -12008644 or 3982152. OLE color: 3982152.

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

Color convert

RGB 72 195 60 -
CMYK 0.63 0 0.69 0.24
HSL 114.67º 0.53% 0.5% -
HSV(B) 114.67º 0.69% 0.76% -
XYZ 23 40.73 10.93 -
YUV 142.83 81.25 77.48 -
System Red Green Blue C M Y K H S L
Decimal 72 195 60 0.63 0 0.69 0.24 114.67 0.53 0.5
Hex 48 C3 3C 3F 0 45 18 73 35 32
Octal 110 303 74 77 0 105 30 163 65 62
Binary 1001000 11000011 111100 111111 0 1000101 11000 1110011 110101 110010

Color Harmonies of #48C33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C33C

Black with #48C33C

Text Example


Text Example

White with #48C33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,195,60); }

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

background-color css

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

 a { background-color: rgb(72,195,60); }

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

border-color css

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

 span { border-color: rgb(72,195,60); }

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