Html Css Color HEX #48D234 Lime Green

📋 copy color: '#48D234'

red 72 ◦ green 210 ◦ blue 52

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

Shades of Lime Green #48D234

Tints of Lime Green #48D234

RGB

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

 GREEN value IS 210 (82.42% from 255) = 62.87%

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

R = 21.56%
G = 62.87%
B = 15.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#48D234 (or 0x48D234) is known color: Lime Green. HEX triplet: 48, D2 and 34. RGB value is (72,210,52). Sum of RGB (Red+Green+Blue) = 72+210+52=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 210 (82.42% from 255 or 62.87% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 210 - color contains mainly: green. Hex color #48D234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D234 is #B72DCB. Grayscale: #979797. Windows color (decimal): -12004812 or 3461704. OLE color: 3461704.

HSL color Cylindrical-coordinate representation of color #48D234: hue angle of 112.41º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48D234 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 210 52 -
CMYK 0.66 0 0.75 0.18
HSL 112.41º 0.64% 0.51% -
HSV(B) 112.41º 0.75% 0.82% -
XYZ 26.34 47.72 11.07 -
YUV 150.73 72.28 71.85 -
System Red Green Blue C M Y K H S L
Decimal 72 210 52 0.66 0 0.75 0.18 112.41 0.64 0.51
Hex 48 D2 34 42 0 4B 12 70 40 33
Octal 110 322 64 102 0 113 22 160 100 63
Binary 1001000 11010010 110100 1000010 0 1001011 10010 1110000 1000000 110011

Color Harmonies of #48D234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D234

Black with #48D234

Text Example


Text Example

White with #48D234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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