Html Css Color HEX #48E933 Lime Green

📋 copy color: '#48E933'

red 72 ◦ green 233 ◦ blue 51

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

Shades of Lime Green #48E933

Tints of Lime Green #48E933

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.45%

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

R = 20.22%
G = 65.45%
B = 14.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#48E933 (or 0x48E933) is known color: Lime Green. HEX triplet: 48, E9 and 33. RGB value is (72,233,51). Sum of RGB (Red+Green+Blue) = 72+233+51=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 233 (91.41% from 255 or 65.45% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 233 - color contains mainly: green. Hex color #48E933 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E933 is #B716CC. Grayscale: #A4A4A4. Windows color (decimal): -11998925 or 3402056. OLE color: 3402056.

HSL color Cylindrical-coordinate representation of color #48E933: hue angle of 113.08º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48E933 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 233 51 -
CMYK 0.69 0 0.78 0.09
HSL 113.08º 0.81% 0.56% -
HSV(B) 113.08º 0.78% 0.91% -
XYZ 32.41 59.89 12.98 -
YUV 164.11 64.16 62.3 -
System Red Green Blue C M Y K H S L
Decimal 72 233 51 0.69 0 0.78 0.09 113.08 0.81 0.56
Hex 48 E9 33 45 0 4E 9 71 51 38
Octal 110 351 63 105 0 116 11 161 121 70
Binary 1001000 11101001 110011 1000101 0 1001110 1001 1110001 1010001 111000

Color Harmonies of #48E933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E933

Black with #48E933

Text Example


Text Example

White with #48E933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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