Html Css Color HEX #28D71C Lime Green

📋 copy color: '#28D71C'

red 40 ◦ green 215 ◦ blue 28

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

Shades of Lime Green #28D71C

Tints of Lime Green #28D71C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 75.97%

 BLUE value IS 28 (11.33% from 255) = 9.89%

R = 14.13%
G = 75.97%
B = 9.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#28D71C (or 0x28D71C) is known color: Lime Green. HEX triplet: 28, D7 and 1C. RGB value is (40,215,28). Sum of RGB (Red+Green+Blue) = 40+215+28=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 215 (84.38% from 255 or 75.97% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 215 - color contains mainly: green. Hex color #28D71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D71C is #D728E3. Grayscale: #8D8D8D. Windows color (decimal): -14100708 or 1890088. OLE color: 1890088.

HSL color Cylindrical-coordinate representation of color #28D71C: hue angle of 116.15º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28D71C is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 215 28 -
CMYK 0.81 0 0.87 0.16
HSL 116.15º 0.77% 0.48% -
HSV(B) 116.15º 0.87% 0.84% -
XYZ 25.39 49.14 9.24 -
YUV 141.36 64.02 55.71 -
System Red Green Blue C M Y K H S L
Decimal 40 215 28 0.81 0 0.87 0.16 116.15 0.77 0.48
Hex 28 D7 1C 51 0 57 10 74 4D 30
Octal 50 327 34 121 0 127 20 164 115 60
Binary 101000 11010111 11100 1010001 0 1010111 10000 1110100 1001101 110000

Color Harmonies of #28D71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D71C

Black with #28D71C

Text Example


Text Example

White with #28D71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,215,28); }

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

background-color css

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

 a { background-color: rgb(40,215,28); }

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

border-color css

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

 span { border-color: rgb(40,215,28); }

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