Html Css Color HEX #28AF3D Lime Green

📋 copy color: '#28AF3D'

red 40 ◦ green 175 ◦ blue 61

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

Shades of Lime Green #28AF3D

Tints of Lime Green #28AF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 14.49%
G = 63.41%
B = 22.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#28AF3D (or 0x28AF3D) is known color: Lime Green. HEX triplet: 28, AF and 3D. RGB value is (40,175,61). Sum of RGB (Red+Green+Blue) = 40+175+61=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF3D is #D750C2. Grayscale: #797979. Windows color (decimal): -14110915 or 4042536. OLE color: 4042536.

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

Color convert

RGB 40 175 61 -
CMYK 0.77 0 0.65 0.31
HSL 129.33º 0.63% 0.42% -
HSV(B) 129.33º 0.77% 0.69% -
XYZ 17.05 31.45 9.59 -
YUV 121.64 93.77 69.77 -
System Red Green Blue C M Y K H S L
Decimal 40 175 61 0.77 0 0.65 0.31 129.33 0.63 0.42
Hex 28 AF 3D 4D 0 41 1F 81 3F 2A
Octal 50 257 75 115 0 101 37 201 77 52
Binary 101000 10101111 111101 1001101 0 1000001 11111 10000001 111111 101010

Color Harmonies of #28AF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF3D

Black with #28AF3D

Text Example


Text Example

White with #28AF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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