Html Css Color HEX #48E64B Lime Green

📋 copy color: '#48E64B'

red 72 ◦ green 230 ◦ blue 75

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

Shades of Lime Green #48E64B

Tints of Lime Green #48E64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 19.1%
G = 61.01%
B = 19.89%

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

#48E64B (or 0x48E64B) is known color: Lime Green. HEX triplet: 48, E6 and 4B. RGB value is (72,230,75). Sum of RGB (Red+Green+Blue) = 72+230+75=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 230 (90.23% from 255 or 61.01% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 230 - color contains mainly: green. Hex color #48E64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E64B is #B719B4. Grayscale: #A5A5A5. Windows color (decimal): -11999669 or 4974152. OLE color: 4974152.

HSL color Cylindrical-coordinate representation of color #48E64B: hue angle of 121.14º 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 #48E64B is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 230 75 -
CMYK 0.69 0 0.67 0.10
HSL 121.14º 0.76% 0.59% -
HSV(B) 121.14º 0.69% 0.9% -
XYZ 32.24 58.48 16.25 -
YUV 165.09 77.15 61.6 -
System Red Green Blue C M Y K H S L
Decimal 72 230 75 0.69 0 0.67 0.10 121.14 0.76 0.59
Hex 48 E6 4B 45 0 43 A 79 4C 3B
Octal 110 346 113 105 0 103 12 171 114 73
Binary 1001000 11100110 1001011 1000101 0 1000011 1010 1111001 1001100 111011

Color Harmonies of #48E64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E64B

Black with #48E64B

Text Example


Text Example

White with #48E64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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