Html Css Color HEX #48E534 Lime Green

📋 copy color: '#48E534'

red 72 ◦ green 229 ◦ blue 52

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

Shades of Lime Green #48E534

Tints of Lime Green #48E534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 64.87%

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

R = 20.4%
G = 64.87%
B = 14.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#48E534 (or 0x48E534) is known color: Lime Green. HEX triplet: 48, E5 and 34. RGB value is (72,229,52). Sum of RGB (Red+Green+Blue) = 72+229+52=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 229 (89.84% from 255 or 64.87% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 229 - color contains mainly: green. Hex color #48E534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E534 is #B71ACB. Grayscale: #A2A2A2. Windows color (decimal): -11999948 or 3466568. OLE color: 3466568.

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

Color convert

RGB 72 229 52 -
CMYK 0.69 0 0.77 0.10
HSL 113.22º 0.77% 0.55% -
HSV(B) 113.22º 0.77% 0.9% -
XYZ 31.31 57.66 12.73 -
YUV 161.88 65.99 63.89 -
System Red Green Blue C M Y K H S L
Decimal 72 229 52 0.69 0 0.77 0.10 113.22 0.77 0.55
Hex 48 E5 34 45 0 4D A 71 4D 37
Octal 110 345 64 105 0 115 12 161 115 67
Binary 1001000 11100101 110100 1000101 0 1001101 1010 1110001 1001101 110111

Color Harmonies of #48E534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E534

Black with #48E534

Text Example


Text Example

White with #48E534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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