Html Css Color HEX #28B620 Lime Green

📋 copy color: '#28B620'

red 40 ◦ green 182 ◦ blue 32

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

Shades of Lime Green #28B620

Tints of Lime Green #28B620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 71.65%

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 15.75%
G = 71.65%
B = 12.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#28B620 (or 0x28B620) is known color: Lime Green. HEX triplet: 28, B6 and 20. RGB value is (40,182,32). Sum of RGB (Red+Green+Blue) = 40+182+32=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 182 (71.48% from 255 or 71.65% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 182 - color contains mainly: green. Hex color #28B620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B620 is #D749DF. Grayscale: #7A7A7A. Windows color (decimal): -14109152 or 2143784. OLE color: 2143784.

HSL color Cylindrical-coordinate representation of color #28B620: hue angle of 116.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28B620 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 182 32 -
CMYK 0.78 0 0.82 0.29
HSL 116.8º 0.7% 0.42% -
HSV(B) 116.8º 0.82% 0.71% -
XYZ 17.86 34.01 6.99 -
YUV 122.44 76.96 69.2 -
System Red Green Blue C M Y K H S L
Decimal 40 182 32 0.78 0 0.82 0.29 116.8 0.7 0.42
Hex 28 B6 20 4E 0 52 1D 75 46 2A
Octal 50 266 40 116 0 122 35 165 106 52
Binary 101000 10110110 100000 1001110 0 1010010 11101 1110101 1000110 101010

Color Harmonies of #28B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B620

Black with #28B620

Text Example


Text Example

White with #28B620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,182,32); }

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

background-color css

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

 a { background-color: rgb(40,182,32); }

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

border-color css

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

 span { border-color: rgb(40,182,32); }

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