Html Css Color HEX #28B040 Lime Green

📋 copy color: '#28B040'

red 40 ◦ green 176 ◦ blue 64

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

Shades of Lime Green #28B040

Tints of Lime Green #28B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 62.86%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 14.29%
G = 62.86%
B = 22.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#28B040 (or 0x28B040) is known color: Lime Green. HEX triplet: 28, B0 and 40. RGB value is (40,176,64). Sum of RGB (Red+Green+Blue) = 40+176+64=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 176 (69.14% from 255 or 62.86% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 176 - color contains mainly: green. Hex color #28B040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B040 is #D74FBF. Grayscale: #7A7A7A. Windows color (decimal): -14110656 or 4239400. OLE color: 4239400.

HSL color Cylindrical-coordinate representation of color #28B040: hue angle of 130.59º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B040 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 176 64 -
CMYK 0.77 0 0.64 0.31
HSL 130.59º 0.63% 0.42% -
HSV(B) 130.59º 0.77% 0.69% -
XYZ 17.33 31.87 10.09 -
YUV 122.57 94.94 69.11 -
System Red Green Blue C M Y K H S L
Decimal 40 176 64 0.77 0 0.64 0.31 130.59 0.63 0.42
Hex 28 B0 40 4D 0 40 1F 83 3F 2A
Octal 50 260 100 115 0 100 37 203 77 52
Binary 101000 10110000 1000000 1001101 0 1000000 11111 10000011 111111 101010

Color Harmonies of #28B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B040

Black with #28B040

Text Example


Text Example

White with #28B040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,176,64); }

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

background-color css

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

 a { background-color: rgb(40,176,64); }

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

border-color css

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

 span { border-color: rgb(40,176,64); }

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