Html Css Color HEX #48F833 Lime Green

📋 copy color: '#48F833'

red 72 ◦ green 248 ◦ blue 51

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

Shades of Lime Green #48F833

Tints of Lime Green #48F833

RGB

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

 GREEN value IS 248 (97.27% from 255) = 66.85%

 BLUE value IS 51 (20.31% from 255) = 13.75%

R = 19.41%
G = 66.85%
B = 13.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#48F833 (or 0x48F833) is known color: Lime Green. HEX triplet: 48, F8 and 33. RGB value is (72,248,51). Sum of RGB (Red+Green+Blue) = 72+248+51=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #48F833 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F833 is #B707CC. Grayscale: #ADADAD. Windows color (decimal): -11995085 or 3405896. OLE color: 3405896.

HSL color Cylindrical-coordinate representation of color #48F833: hue angle of 113.6º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48F833 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 248 51 -
CMYK 0.71 0 0.79 0.03
HSL 113.6º 0.93% 0.59% -
HSV(B) 113.6º 0.79% 0.97% -
XYZ 36.84 68.75 14.46 -
YUV 172.92 59.19 56.02 -
System Red Green Blue C M Y K H S L
Decimal 72 248 51 0.71 0 0.79 0.03 113.6 0.93 0.59
Hex 48 F8 33 47 0 4F 3 72 5D 3B
Octal 110 370 63 107 0 117 3 162 135 73
Binary 1001000 11111000 110011 1000111 0 1001111 11 1110010 1011101 111011

Color Harmonies of #48F833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F833

Black with #48F833

Text Example


Text Example

White with #48F833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,248,51); }

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

background-color css

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

 a { background-color: rgb(72,248,51); }

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

border-color css

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

 span { border-color: rgb(72,248,51); }

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