Html Css Color HEX #28DC35 Lime Green

📋 copy color: '#28DC35'

red 40 ◦ green 220 ◦ blue 53

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

Shades of Lime Green #28DC35

Tints of Lime Green #28DC35

RGB

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

 GREEN value IS 220 (86.33% from 255) = 70.29%

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

R = 12.78%
G = 70.29%
B = 16.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#28DC35 (or 0x28DC35) is known color: Lime Green. HEX triplet: 28, DC and 35. RGB value is (40,220,53). Sum of RGB (Red+Green+Blue) = 40+220+53=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DC35 is #D723CA. Grayscale: #939393. Windows color (decimal): -14099403 or 3529768. OLE color: 3529768.

HSL color Cylindrical-coordinate representation of color #28DC35: hue angle of 124.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DC35 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 220 53 -
CMYK 0.82 0 0.76 0.14
HSL 124.33º 0.72% 0.51% -
HSV(B) 124.33º 0.82% 0.86% -
XYZ 27.11 51.89 11.96 -
YUV 147.14 74.87 51.58 -
System Red Green Blue C M Y K H S L
Decimal 40 220 53 0.82 0 0.76 0.14 124.33 0.72 0.51
Hex 28 DC 35 52 0 4C E 7C 48 33
Octal 50 334 65 122 0 114 16 174 110 63
Binary 101000 11011100 110101 1010010 0 1001100 1110 1111100 1001000 110011

Color Harmonies of #28DC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DC35

Black with #28DC35

Text Example


Text Example

White with #28DC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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