Html Css Color HEX #48DF23 Lime Green

📋 copy color: '#48DF23'

red 72 ◦ green 223 ◦ blue 35

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

Shades of Lime Green #48DF23

Tints of Lime Green #48DF23

RGB

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

 GREEN value IS 223 (87.5% from 255) = 67.58%

 BLUE value IS 35 (14.06% from 255) = 10.61%

R = 21.82%
G = 67.58%
B = 10.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#48DF23 (or 0x48DF23) is known color: Lime Green. HEX triplet: 48, DF and 23. RGB value is (72,223,35). Sum of RGB (Red+Green+Blue) = 72+223+35=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 223 (87.5% from 255 or 67.58% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF23 is #B720DC. Grayscale: #9D9D9D. Windows color (decimal): -12001501 or 2350920. OLE color: 2350920.

HSL color Cylindrical-coordinate representation of color #48DF23: hue angle of 108.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48DF23 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 35 -
CMYK 0.68 0 0.84 0.13
HSL 108.19º 0.75% 0.51% -
HSV(B) 108.19º 0.84% 0.87% -
XYZ 29.36 54.27 10.52 -
YUV 156.42 59.47 67.79 -
System Red Green Blue C M Y K H S L
Decimal 72 223 35 0.68 0 0.84 0.13 108.19 0.75 0.51
Hex 48 DF 23 44 0 54 D 6C 4B 33
Octal 110 337 43 104 0 124 15 154 113 63
Binary 1001000 11011111 100011 1000100 0 1010100 1101 1101100 1001011 110011

Color Harmonies of #48DF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF23

Black with #48DF23

Text Example


Text Example

White with #48DF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,223,35); }

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

background-color css

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

 a { background-color: rgb(72,223,35); }

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

border-color css

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

 span { border-color: rgb(72,223,35); }

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