Html Css Color HEX #28D53C Lime Green

📋 copy color: '#28D53C'

red 40 ◦ green 213 ◦ blue 60

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

Shades of Lime Green #28D53C

Tints of Lime Green #28D53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 12.78%
G = 68.05%
B = 19.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#28D53C (or 0x28D53C) is known color: Lime Green. HEX triplet: 28, D5 and 3C. RGB value is (40,213,60). Sum of RGB (Red+Green+Blue) = 40+213+60=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 213 (83.59% from 255 or 68.05% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 213 - color contains mainly: green. Hex color #28D53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D53C is #D72AC3. Grayscale: #909090. Windows color (decimal): -14101188 or 3986728. OLE color: 3986728.

HSL color Cylindrical-coordinate representation of color #28D53C: hue angle of 126.94º 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 #28D53C is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 213 60 -
CMYK 0.81 0 0.72 0.16
HSL 126.94º 0.68% 0.5% -
HSV(B) 126.94º 0.81% 0.84% -
XYZ 25.48 48.37 12.27 -
YUV 143.83 80.69 53.94 -
System Red Green Blue C M Y K H S L
Decimal 40 213 60 0.81 0 0.72 0.16 126.94 0.68 0.5
Hex 28 D5 3C 51 0 48 10 7F 44 32
Octal 50 325 74 121 0 110 20 177 104 62
Binary 101000 11010101 111100 1010001 0 1001000 10000 1111111 1000100 110010

Color Harmonies of #28D53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D53C

Black with #28D53C

Text Example


Text Example

White with #28D53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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