Html Css Color HEX #28BC48 Lime Green

📋 copy color: '#28BC48'

red 40 ◦ green 188 ◦ blue 72

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

Shades of Lime Green #28BC48

Tints of Lime Green #28BC48

RGB

 RED value IS 40 (16.02% from 255) = 13.33%

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

 BLUE value IS 72 (28.52% from 255) = 24%

R = 13.33%
G = 62.67%
B = 24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#28BC48 (or 0x28BC48) is known color: Lime Green. HEX triplet: 28, BC and 48. RGB value is (40,188,72). Sum of RGB (Red+Green+Blue) = 40+188+72=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC48 is #D743B7. Grayscale: #828282. Windows color (decimal): -14107576 or 4766760. OLE color: 4766760.

HSL color Cylindrical-coordinate representation of color #28BC48: hue angle of 132.97º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BC48 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 188 72 -
CMYK 0.79 0 0.62 0.26
HSL 132.97º 0.65% 0.45% -
HSV(B) 132.97º 0.79% 0.74% -
XYZ 20.03 36.89 12.19 -
YUV 130.52 94.97 63.43 -
System Red Green Blue C M Y K H S L
Decimal 40 188 72 0.79 0 0.62 0.26 132.97 0.65 0.45
Hex 28 BC 48 4F 0 3E 1A 85 41 2D
Octal 50 274 110 117 0 76 32 205 101 55
Binary 101000 10111100 1001000 1001111 0 111110 11010 10000101 1000001 101101

Color Harmonies of #28BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BC48

Black with #28BC48

Text Example


Text Example

White with #28BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28BC48; }

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

 H1.HeaderClassName
 {
   color: #28BC48;
 }
 .AnyTagClassName
 {
   color: #28BC48;
 }
</style>

background-color css

<style>
 a { background-color: #28BC48; }

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

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

border-color css

<style>
 span { border-color: #28BC48; }

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

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