Html Css Color HEX #28D545 Lime Green

📋 copy color: '#28D545'

red 40 ◦ green 213 ◦ blue 69

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

Shades of Lime Green #28D545

Tints of Lime Green #28D545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 66.15%

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

R = 12.42%
G = 66.15%
B = 21.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#28D545 (or 0x28D545) is known color: Lime Green. HEX triplet: 28, D5 and 45. RGB value is (40,213,69). Sum of RGB (Red+Green+Blue) = 40+213+69=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 213 (83.59% from 255 or 66.15% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 213 - color contains mainly: green. Hex color #28D545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D545 is #D72ABA. Grayscale: #919191. Windows color (decimal): -14101179 or 4576552. OLE color: 4576552.

HSL color Cylindrical-coordinate representation of color #28D545: hue angle of 130.06º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D545 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 213 69 -
CMYK 0.81 0 0.68 0.16
HSL 130.06º 0.68% 0.5% -
HSV(B) 130.06º 0.81% 0.84% -
XYZ 25.74 48.47 13.63 -
YUV 144.86 85.19 53.21 -
System Red Green Blue C M Y K H S L
Decimal 40 213 69 0.81 0 0.68 0.16 130.06 0.68 0.5
Hex 28 D5 45 51 0 44 10 82 44 32
Octal 50 325 105 121 0 104 20 202 104 62
Binary 101000 11010101 1000101 1010001 0 1000100 10000 10000010 1000100 110010

Color Harmonies of #28D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D545

Black with #28D545

Text Example


Text Example

White with #28D545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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