Html Css Color HEX #28AA35 Lime Green

📋 copy color: '#28AA35'

red 40 ◦ green 170 ◦ blue 53

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

Shades of Lime Green #28AA35

Tints of Lime Green #28AA35

RGB

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

 GREEN value IS 170 (66.8% from 255) = 64.64%

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 15.21%
G = 64.64%
B = 20.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#28AA35 (or 0x28AA35) is known color: Lime Green. HEX triplet: 28, AA and 35. RGB value is (40,170,53). Sum of RGB (Red+Green+Blue) = 40+170+53=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AA35 is #D755CA. Grayscale: #767676. Windows color (decimal): -14112203 or 3516968. OLE color: 3516968.

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

Color convert

RGB 40 170 53 -
CMYK 0.76 0 0.69 0.33
HSL 126º 0.62% 0.41% -
HSV(B) 126º 0.76% 0.67% -
XYZ 15.89 29.46 8.22 -
YUV 117.79 91.43 72.51 -
System Red Green Blue C M Y K H S L
Decimal 40 170 53 0.76 0 0.69 0.33 126 0.62 0.41
Hex 28 AA 35 4C 0 45 21 7E 3E 29
Octal 50 252 65 114 0 105 41 176 76 51
Binary 101000 10101010 110101 1001100 0 1000101 100001 1111110 111110 101001

Color Harmonies of #28AA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AA35

Black with #28AA35

Text Example


Text Example

White with #28AA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,170,53); }

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

background-color css

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

 a { background-color: rgb(40,170,53); }

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

border-color css

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

 span { border-color: rgb(40,170,53); }

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