Html Css Color HEX #28AB38 Lime Green

📋 copy color: '#28AB38'

red 40 ◦ green 171 ◦ blue 56

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

Shades of Lime Green #28AB38

Tints of Lime Green #28AB38

RGB

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

 GREEN value IS 171 (67.19% from 255) = 64.04%

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

R = 14.98%
G = 64.04%
B = 20.97%

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

#28AB38 (or 0x28AB38) is known color: Lime Green. HEX triplet: 28, AB and 38. RGB value is (40,171,56). Sum of RGB (Red+Green+Blue) = 40+171+56=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 171 (67.19% from 255 or 64.04% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AB38 is #D754C7. Grayscale: #777777. Windows color (decimal): -14111944 or 3713832. OLE color: 3713832.

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

Color convert

RGB 40 171 56 -
CMYK 0.77 0 0.67 0.33
HSL 127.33º 0.62% 0.41% -
HSV(B) 127.33º 0.77% 0.67% -
XYZ 16.15 29.86 8.65 -
YUV 118.72 92.6 71.85 -
System Red Green Blue C M Y K H S L
Decimal 40 171 56 0.77 0 0.67 0.33 127.33 0.62 0.41
Hex 28 AB 38 4D 0 43 21 7F 3E 29
Octal 50 253 70 115 0 103 41 177 76 51
Binary 101000 10101011 111000 1001101 0 1000011 100001 1111111 111110 101001

Color Harmonies of #28AB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AB38

Black with #28AB38

Text Example


Text Example

White with #28AB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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