Html Css Color HEX #48C334 Lime Green

📋 copy color: '#48C334'

red 72 ◦ green 195 ◦ blue 52

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

Shades of Lime Green #48C334

Tints of Lime Green #48C334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 22.57%
G = 61.13%
B = 16.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#48C334 (or 0x48C334) is known color: Lime Green. HEX triplet: 48, C3 and 34. RGB value is (72,195,52). Sum of RGB (Red+Green+Blue) = 72+195+52=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #48C334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C334 is #B73CCB. Grayscale: #8E8E8E. Windows color (decimal): -12008652 or 3457864. OLE color: 3457864.

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

Color convert

RGB 72 195 52 -
CMYK 0.63 0 0.73 0.24
HSL 111.61º 0.58% 0.48% -
HSV(B) 111.61º 0.73% 0.76% -
XYZ 22.81 40.66 9.89 -
YUV 141.92 77.25 78.13 -
System Red Green Blue C M Y K H S L
Decimal 72 195 52 0.63 0 0.73 0.24 111.61 0.58 0.48
Hex 48 C3 34 3F 0 49 18 70 3A 30
Octal 110 303 64 77 0 111 30 160 72 60
Binary 1001000 11000011 110100 111111 0 1001001 11000 1110000 111010 110000

Color Harmonies of #48C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C334

Black with #48C334

Text Example


Text Example

White with #48C334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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