Html Css Color HEX #28C820 Lime Green

📋 copy color: '#28C820'

red 40 ◦ green 200 ◦ blue 32

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

Shades of Lime Green #28C820

Tints of Lime Green #28C820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 73.53%

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

R = 14.71%
G = 73.53%
B = 11.76%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#28C820 (or 0x28C820) is known color: Lime Green. HEX triplet: 28, C8 and 20. RGB value is (40,200,32). Sum of RGB (Red+Green+Blue) = 40+200+32=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 200 (78.52% from 255 or 73.53% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 200 - color contains mainly: green. Hex color #28C820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C820 is #D737DF. Grayscale: #858585. Windows color (decimal): -14104544 or 2148392. OLE color: 2148392.

HSL color Cylindrical-coordinate representation of color #28C820: hue angle of 117.14º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28C820 is Cyan = 0.8, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 200 32 -
CMYK 0.8 0 0.84 0.22
HSL 117.14º 0.72% 0.45% -
HSV(B) 117.14º 0.84% 0.78% -
XYZ 21.79 41.86 8.3 -
YUV 133.01 70.99 61.66 -
System Red Green Blue C M Y K H S L
Decimal 40 200 32 0.8 0 0.84 0.22 117.14 0.72 0.45
Hex 28 C8 20 50 0 54 16 75 48 2D
Octal 50 310 40 120 0 124 26 165 110 55
Binary 101000 11001000 100000 1010000 0 1010100 10110 1110101 1001000 101101

Color Harmonies of #28C820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C820

Black with #28C820

Text Example


Text Example

White with #28C820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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