Html Css Color HEX #28DA45 Lime Green

📋 copy color: '#28DA45'

red 40 ◦ green 218 ◦ blue 69

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

Shades of Lime Green #28DA45

Tints of Lime Green #28DA45

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.67%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 12.23%
G = 66.67%
B = 21.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#28DA45 (or 0x28DA45) is known color: Lime Green. HEX triplet: 28, DA and 45. RGB value is (40,218,69). Sum of RGB (Red+Green+Blue) = 40+218+69=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 218 (85.55% from 255 or 66.67% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DA45 is #D725BA. Grayscale: #949494. Windows color (decimal): -14099899 or 4577832. OLE color: 4577832.

HSL color Cylindrical-coordinate representation of color #28DA45: hue angle of 129.78º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DA45 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 218 69 -
CMYK 0.82 0 0.68 0.15
HSL 129.78º 0.71% 0.51% -
HSV(B) 129.78º 0.82% 0.85% -
XYZ 27.02 51.02 14.05 -
YUV 147.79 83.53 51.12 -
System Red Green Blue C M Y K H S L
Decimal 40 218 69 0.82 0 0.68 0.15 129.78 0.71 0.51
Hex 28 DA 45 52 0 44 F 82 47 33
Octal 50 332 105 122 0 104 17 202 107 63
Binary 101000 11011010 1000101 1010010 0 1000100 1111 10000010 1000111 110011

Color Harmonies of #28DA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DA45

Black with #28DA45

Text Example


Text Example

White with #28DA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,218,69); }

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

background-color css

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

 a { background-color: rgb(40,218,69); }

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

border-color css

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

 span { border-color: rgb(40,218,69); }

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