Html Css Color HEX #28AD3D Lime Green

📋 copy color: '#28AD3D'

red 40 ◦ green 173 ◦ blue 61

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

Shades of Lime Green #28AD3D

Tints of Lime Green #28AD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 14.6%
G = 63.14%
B = 22.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#28AD3D (or 0x28AD3D) is known color: Lime Green. HEX triplet: 28, AD and 3D. RGB value is (40,173,61). Sum of RGB (Red+Green+Blue) = 40+173+61=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 173 (67.97% from 255 or 63.14% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AD3D is #D752C2. Grayscale: #787878. Windows color (decimal): -14111427 or 4042024. OLE color: 4042024.

HSL color Cylindrical-coordinate representation of color #28AD3D: hue angle of 129.47º 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 #28AD3D is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 173 61 -
CMYK 0.77 0 0.65 0.32
HSL 129.47º 0.62% 0.42% -
HSV(B) 129.47º 0.77% 0.68% -
XYZ 16.66 30.68 9.46 -
YUV 120.47 94.44 70.61 -
System Red Green Blue C M Y K H S L
Decimal 40 173 61 0.77 0 0.65 0.32 129.47 0.62 0.42
Hex 28 AD 3D 4D 0 41 20 81 3E 2A
Octal 50 255 75 115 0 101 40 201 76 52
Binary 101000 10101101 111101 1001101 0 1000001 100000 10000001 111110 101010

Color Harmonies of #28AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AD3D

Black with #28AD3D

Text Example


Text Example

White with #28AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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