Html Css Color HEX #28AB32 Lime Green

📋 copy color: '#28AB32'

red 40 ◦ green 171 ◦ blue 50

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

Shades of Lime Green #28AB32

Tints of Lime Green #28AB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.16%

R = 15.33%
G = 65.52%
B = 19.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#28AB32 (or 0x28AB32) is known color: Lime Green. HEX triplet: 28, AB and 32. RGB value is (40,171,50). Sum of RGB (Red+Green+Blue) = 40+171+50=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 171 (67.19% from 255 or 65.52% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AB32 is #D754CD. Grayscale: #767676. Windows color (decimal): -14111950 or 3320616. OLE color: 3320616.

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

Color convert

RGB 40 171 50 -
CMYK 0.77 0 0.71 0.33
HSL 124.58º 0.62% 0.41% -
HSV(B) 124.58º 0.77% 0.67% -
XYZ 16.01 29.81 7.93 -
YUV 118.04 89.6 72.34 -
System Red Green Blue C M Y K H S L
Decimal 40 171 50 0.77 0 0.71 0.33 124.58 0.62 0.41
Hex 28 AB 32 4D 0 47 21 7D 3E 29
Octal 50 253 62 115 0 107 41 175 76 51
Binary 101000 10101011 110010 1001101 0 1000111 100001 1111101 111110 101001

Color Harmonies of #28AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AB32

Black with #28AB32

Text Example


Text Example

White with #28AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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