Html Css Color HEX #28AC34 Lime Green

📋 copy color: '#28AC34'

red 40 ◦ green 172 ◦ blue 52

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

Shades of Lime Green #28AC34

Tints of Lime Green #28AC34

RGB

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

 GREEN value IS 172 (67.58% from 255) = 65.15%

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

R = 15.15%
G = 65.15%
B = 19.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#28AC34 (or 0x28AC34) is known color: Lime Green. HEX triplet: 28, AC and 34. RGB value is (40,172,52). Sum of RGB (Red+Green+Blue) = 40+172+52=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 172 (67.58% from 255 or 65.15% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC34 is #D753CB. Grayscale: #777777. Windows color (decimal): -14111692 or 3451944. OLE color: 3451944.

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

Color convert

RGB 40 172 52 -
CMYK 0.77 0 0.70 0.33
HSL 125.45º 0.62% 0.42% -
HSV(B) 125.45º 0.77% 0.67% -
XYZ 16.25 30.2 8.22 -
YUV 118.85 90.27 71.76 -
System Red Green Blue C M Y K H S L
Decimal 40 172 52 0.77 0 0.70 0.33 125.45 0.62 0.42
Hex 28 AC 34 4D 0 46 21 7D 3E 2A
Octal 50 254 64 115 0 106 41 175 76 52
Binary 101000 10101100 110100 1001101 0 1000110 100001 1111101 111110 101010

Color Harmonies of #28AC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC34

Black with #28AC34

Text Example


Text Example

White with #28AC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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