Html Css Color HEX #28AD2D Lime Green

📋 copy color: '#28AD2D'

red 40 ◦ green 173 ◦ blue 45

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

Shades of Lime Green #28AD2D

Tints of Lime Green #28AD2D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 67.05%

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

R = 15.5%
G = 67.05%
B = 17.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#28AD2D (or 0x28AD2D) is known color: Lime Green. HEX triplet: 28, AD and 2D. RGB value is (40,173,45). Sum of RGB (Red+Green+Blue) = 40+173+45=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 173 (67.97% from 255 or 67.05% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AD2D is #D752D2. Grayscale: #777777. Windows color (decimal): -14111443 or 2993448. OLE color: 2993448.

HSL color Cylindrical-coordinate representation of color #28AD2D: hue angle of 122.26º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD2D is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 173 45 -
CMYK 0.77 0 0.74 0.32
HSL 122.26º 0.62% 0.42% -
HSV(B) 122.26º 0.77% 0.68% -
XYZ 16.29 30.53 7.52 -
YUV 118.64 86.44 71.91 -
System Red Green Blue C M Y K H S L
Decimal 40 173 45 0.77 0 0.74 0.32 122.26 0.62 0.42
Hex 28 AD 2D 4D 0 4A 20 7A 3E 2A
Octal 50 255 55 115 0 112 40 172 76 52
Binary 101000 10101101 101101 1001101 0 1001010 100000 1111010 111110 101010

Color Harmonies of #28AD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AD2D

Black with #28AD2D

Text Example


Text Example

White with #28AD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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