Html Css Color HEX #28AF21 Lime Green

📋 copy color: '#28AF21'

red 40 ◦ green 175 ◦ blue 33

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

Shades of Lime Green #28AF21

Tints of Lime Green #28AF21

RGB

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

 GREEN value IS 175 (68.75% from 255) = 70.56%

 BLUE value IS 33 (13.28% from 255) = 13.31%

R = 16.13%
G = 70.56%
B = 13.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#28AF21 (or 0x28AF21) is known color: Lime Green. HEX triplet: 28, AF and 21. RGB value is (40,175,33). Sum of RGB (Red+Green+Blue) = 40+175+33=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 175 (68.75% from 255 or 70.56% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF21 is #D750DE. Grayscale: #767676. Windows color (decimal): -14110943 or 2207528. OLE color: 2207528.

HSL color Cylindrical-coordinate representation of color #28AF21: hue angle of 117.04º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28AF21 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 175 33 -
CMYK 0.77 0 0.81 0.31
HSL 117.04º 0.68% 0.41% -
HSV(B) 117.04º 0.81% 0.69% -
XYZ 16.48 31.22 6.6 -
YUV 118.45 79.77 72.05 -
System Red Green Blue C M Y K H S L
Decimal 40 175 33 0.77 0 0.81 0.31 117.04 0.68 0.41
Hex 28 AF 21 4D 0 51 1F 75 44 29
Octal 50 257 41 115 0 121 37 165 104 51
Binary 101000 10101111 100001 1001101 0 1010001 11111 1110101 1000100 101001

Color Harmonies of #28AF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF21

Black with #28AF21

Text Example


Text Example

White with #28AF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,175,33); }

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

background-color css

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

 a { background-color: rgb(40,175,33); }

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

border-color css

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

 span { border-color: rgb(40,175,33); }

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