Html Css Color HEX #28AC38 Lime Green

📋 copy color: '#28AC38'

red 40 ◦ green 172 ◦ blue 56

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

Shades of Lime Green #28AC38

Tints of Lime Green #28AC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.9%

R = 14.93%
G = 64.18%
B = 20.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#28AC38 (or 0x28AC38) is known color: Lime Green. HEX triplet: 28, AC and 38. RGB value is (40,172,56). Sum of RGB (Red+Green+Blue) = 40+172+56=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC38 is #D753C7. Grayscale: #777777. Windows color (decimal): -14111688 or 3714088. OLE color: 3714088.

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

Color convert

RGB 40 172 56 -
CMYK 0.77 0 0.67 0.33
HSL 127.27º 0.62% 0.42% -
HSV(B) 127.27º 0.77% 0.67% -
XYZ 16.34 30.24 8.72 -
YUV 119.31 92.27 71.43 -
System Red Green Blue C M Y K H S L
Decimal 40 172 56 0.77 0 0.67 0.33 127.27 0.62 0.42
Hex 28 AC 38 4D 0 43 21 7F 3E 2A
Octal 50 254 70 115 0 103 41 177 76 52
Binary 101000 10101100 111000 1001101 0 1000011 100001 1111111 111110 101010

Color Harmonies of #28AC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC38

Black with #28AC38

Text Example


Text Example

White with #28AC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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