Html Css Color HEX #48C330 Lime Green

📋 copy color: '#48C330'

red 72 ◦ green 195 ◦ blue 48

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

Shades of Lime Green #48C330

Tints of Lime Green #48C330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 22.86%
G = 61.9%
B = 15.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#48C330 (or 0x48C330) is known color: Lime Green. HEX triplet: 48, C3 and 30. RGB value is (72,195,48). Sum of RGB (Red+Green+Blue) = 72+195+48=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #48C330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C330 is #B73CCF. Grayscale: #8D8D8D. Windows color (decimal): -12008656 or 3195720. OLE color: 3195720.

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

Color convert

RGB 72 195 48 -
CMYK 0.63 0 0.75 0.24
HSL 110.2º 0.6% 0.48% -
HSV(B) 110.2º 0.75% 0.76% -
XYZ 22.72 40.62 9.44 -
YUV 141.47 75.25 78.45 -
System Red Green Blue C M Y K H S L
Decimal 72 195 48 0.63 0 0.75 0.24 110.2 0.6 0.48
Hex 48 C3 30 3F 0 4B 18 6E 3C 30
Octal 110 303 60 77 0 113 30 156 74 60
Binary 1001000 11000011 110000 111111 0 1001011 11000 1101110 111100 110000

Color Harmonies of #48C330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C330

Black with #48C330

Text Example


Text Example

White with #48C330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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