Html Css Color HEX #28AF2D Lime Green

📋 copy color: '#28AF2D'

red 40 ◦ green 175 ◦ blue 45

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

Shades of Lime Green #28AF2D

Tints of Lime Green #28AF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 15.38%
G = 67.31%
B = 17.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#28AF2D (or 0x28AF2D) is known color: Lime Green. HEX triplet: 28, AF and 2D. RGB value is (40,175,45). Sum of RGB (Red+Green+Blue) = 40+175+45=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 175 (68.75% from 255 or 67.31% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF2D is #D750D2. Grayscale: #787878. Windows color (decimal): -14110931 or 2993960. OLE color: 2993960.

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

Color convert

RGB 40 175 45 -
CMYK 0.77 0 0.74 0.31
HSL 122.22º 0.63% 0.42% -
HSV(B) 122.22º 0.77% 0.69% -
XYZ 16.68 31.3 7.65 -
YUV 119.82 85.77 71.07 -
System Red Green Blue C M Y K H S L
Decimal 40 175 45 0.77 0 0.74 0.31 122.22 0.63 0.42
Hex 28 AF 2D 4D 0 4A 1F 7A 3F 2A
Octal 50 257 55 115 0 112 37 172 77 52
Binary 101000 10101111 101101 1001101 0 1001010 11111 1111010 111111 101010

Color Harmonies of #28AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF2D

Black with #28AF2D

Text Example


Text Example

White with #28AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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