Html Css Color HEX #28C82D Lime Green

📋 copy color: '#28C82D'

red 40 ◦ green 200 ◦ blue 45

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

Shades of Lime Green #28C82D

Tints of Lime Green #28C82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 14.04%
G = 70.18%
B = 15.79%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#28C82D (or 0x28C82D) is known color: Lime Green. HEX triplet: 28, C8 and 2D. RGB value is (40,200,45). Sum of RGB (Red+Green+Blue) = 40+200+45=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 200 (78.52% from 255 or 70.18% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 200 - color contains mainly: green. Hex color #28C82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C82D is #D737D2. Grayscale: #868686. Windows color (decimal): -14104531 or 3000360. OLE color: 3000360.

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

Color convert

RGB 40 200 45 -
CMYK 0.8 0 0.78 0.22
HSL 121.88º 0.67% 0.47% -
HSV(B) 121.88º 0.8% 0.78% -
XYZ 22 41.95 9.42 -
YUV 134.49 77.49 60.6 -
System Red Green Blue C M Y K H S L
Decimal 40 200 45 0.8 0 0.78 0.22 121.88 0.67 0.47
Hex 28 C8 2D 50 0 4E 16 7A 43 2F
Octal 50 310 55 120 0 116 26 172 103 57
Binary 101000 11001000 101101 1010000 0 1001110 10110 1111010 1000011 101111

Color Harmonies of #28C82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C82D

Black with #28C82D

Text Example


Text Example

White with #28C82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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