Html Css Color HEX #28AD34 Lime Green

📋 copy color: '#28AD34'

red 40 ◦ green 173 ◦ blue 52

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

Shades of Lime Green #28AD34

Tints of Lime Green #28AD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.62%

R = 15.09%
G = 65.28%
B = 19.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#28AD34 (or 0x28AD34) is known color: Lime Green. HEX triplet: 28, AD and 34. RGB value is (40,173,52). Sum of RGB (Red+Green+Blue) = 40+173+52=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AD34 is #D752CB. Grayscale: #777777. Windows color (decimal): -14111436 or 3452200. OLE color: 3452200.

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

Color convert

RGB 40 173 52 -
CMYK 0.77 0 0.70 0.32
HSL 125.41º 0.62% 0.42% -
HSV(B) 125.41º 0.77% 0.68% -
XYZ 16.44 30.59 8.29 -
YUV 119.44 89.94 71.34 -
System Red Green Blue C M Y K H S L
Decimal 40 173 52 0.77 0 0.70 0.32 125.41 0.62 0.42
Hex 28 AD 34 4D 0 46 20 7D 3E 2A
Octal 50 255 64 115 0 106 40 175 76 52
Binary 101000 10101101 110100 1001101 0 1000110 100000 1111101 111110 101010

Color Harmonies of #28AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AD34

Black with #28AD34

Text Example


Text Example

White with #28AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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