Html Css Color HEX #48BC33 Lime Green

📋 copy color: '#48BC33'

red 72 ◦ green 188 ◦ blue 51

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

Shades of Lime Green #48BC33

Tints of Lime Green #48BC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.45%

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

R = 23.15%
G = 60.45%
B = 16.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#48BC33 (or 0x48BC33) is known color: Lime Green. HEX triplet: 48, BC and 33. RGB value is (72,188,51). Sum of RGB (Red+Green+Blue) = 72+188+51=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BC33 is #B743CC. Grayscale: #8A8A8A. Windows color (decimal): -12010445 or 3390536. OLE color: 3390536.

HSL color Cylindrical-coordinate representation of color #48BC33: hue angle of 110.8º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48BC33 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 51 -
CMYK 0.62 0 0.73 0.26
HSL 110.8º 0.57% 0.47% -
HSV(B) 110.8º 0.73% 0.74% -
XYZ 21.25 37.58 9.27 -
YUV 137.7 79.07 81.14 -
System Red Green Blue C M Y K H S L
Decimal 72 188 51 0.62 0 0.73 0.26 110.8 0.57 0.47
Hex 48 BC 33 3E 0 49 1A 6F 39 2F
Octal 110 274 63 76 0 111 32 157 71 57
Binary 1001000 10111100 110011 111110 0 1001001 11010 1101111 111001 101111

Color Harmonies of #48BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC33

Black with #48BC33

Text Example


Text Example

White with #48BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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