Html Css Color HEX #28D11D Lime Green

📋 copy color: '#28D11D'

red 40 ◦ green 209 ◦ blue 29

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

Shades of Lime Green #28D11D

Tints of Lime Green #28D11D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 75.18%

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 14.39%
G = 75.18%
B = 10.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#28D11D (or 0x28D11D) is known color: Lime Green. HEX triplet: 28, D1 and 1D. RGB value is (40,209,29). Sum of RGB (Red+Green+Blue) = 40+209+29=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 209 (82.03% from 255 or 75.18% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 209 - color contains mainly: green. Hex color #28D11D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D11D is #D72EE2. Grayscale: #8A8A8A. Windows color (decimal): -14102243 or 1954088. OLE color: 1954088.

HSL color Cylindrical-coordinate representation of color #28D11D: hue angle of 116.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28D11D is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 209 29 -
CMYK 0.81 0 0.86 0.18
HSL 116.33º 0.76% 0.47% -
HSV(B) 116.33º 0.86% 0.82% -
XYZ 23.9 46.14 8.81 -
YUV 137.95 66.51 58.14 -
System Red Green Blue C M Y K H S L
Decimal 40 209 29 0.81 0 0.86 0.18 116.33 0.76 0.47
Hex 28 D1 1D 51 0 56 12 74 4C 2F
Octal 50 321 35 121 0 126 22 164 114 57
Binary 101000 11010001 11101 1010001 0 1010110 10010 1110100 1001100 101111

Color Harmonies of #28D11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D11D

Black with #28D11D

Text Example


Text Example

White with #28D11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,209,29); }

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

background-color css

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

 a { background-color: rgb(40,209,29); }

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

border-color css

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

 span { border-color: rgb(40,209,29); }

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