Html Css Color HEX #48EA33 Lime Green

📋 copy color: '#48EA33'

red 72 ◦ green 234 ◦ blue 51

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

Shades of Lime Green #48EA33

Tints of Lime Green #48EA33

RGB

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

 GREEN value IS 234 (91.8% from 255) = 65.55%

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

R = 20.17%
G = 65.55%
B = 14.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#48EA33 (or 0x48EA33) is known color: Lime Green. HEX triplet: 48, EA and 33. RGB value is (72,234,51). Sum of RGB (Red+Green+Blue) = 72+234+51=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 234 (91.80% from 255 or 65.55% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EA33 is #B715CC. Grayscale: #A5A5A5. Windows color (decimal): -11998669 or 3402312. OLE color: 3402312.

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

Color convert

RGB 72 234 51 -
CMYK 0.69 0 0.78 0.08
HSL 113.11º 0.81% 0.56% -
HSV(B) 113.11º 0.78% 0.92% -
XYZ 32.69 60.46 13.08 -
YUV 164.7 63.83 61.88 -
System Red Green Blue C M Y K H S L
Decimal 72 234 51 0.69 0 0.78 0.08 113.11 0.81 0.56
Hex 48 EA 33 45 0 4E 8 71 51 38
Octal 110 352 63 105 0 116 10 161 121 70
Binary 1001000 11101010 110011 1000101 0 1001110 1000 1110001 1010001 111000

Color Harmonies of #48EA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA33

Black with #48EA33

Text Example


Text Example

White with #48EA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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