Html Css Color HEX #48E64C Lime Green

📋 copy color: '#48E64C'

red 72 ◦ green 230 ◦ blue 76

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

Shades of Lime Green #48E64C

Tints of Lime Green #48E64C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 60.85%

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 19.05%
G = 60.85%
B = 20.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#48E64C (or 0x48E64C) is known color: Lime Green. HEX triplet: 48, E6 and 4C. RGB value is (72,230,76). Sum of RGB (Red+Green+Blue) = 72+230+76=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 230 (90.23% from 255 or 60.85% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 230 - color contains mainly: green. Hex color #48E64C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E64C is #B719B3. Grayscale: #A5A5A5. Windows color (decimal): -11999668 or 5039688. OLE color: 5039688.

HSL color Cylindrical-coordinate representation of color #48E64C: hue angle of 121.52º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E64C is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 230 76 -
CMYK 0.69 0 0.67 0.10
HSL 121.52º 0.76% 0.59% -
HSV(B) 121.52º 0.69% 0.9% -
XYZ 32.27 58.49 16.43 -
YUV 165.2 77.65 61.52 -
System Red Green Blue C M Y K H S L
Decimal 72 230 76 0.69 0 0.67 0.10 121.52 0.76 0.59
Hex 48 E6 4C 45 0 43 A 7A 4C 3B
Octal 110 346 114 105 0 103 12 172 114 73
Binary 1001000 11100110 1001100 1000101 0 1000011 1010 1111010 1001100 111011

Color Harmonies of #48E64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E64C

Black with #48E64C

Text Example


Text Example

White with #48E64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,230,76); }

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

background-color css

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

 a { background-color: rgb(72,230,76); }

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

border-color css

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

 span { border-color: rgb(72,230,76); }

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