Html Css Color HEX #28DC33 Lime Green

📋 copy color: '#28DC33'

red 40 ◦ green 220 ◦ blue 51

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

Shades of Lime Green #28DC33

Tints of Lime Green #28DC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.4%

R = 12.86%
G = 70.74%
B = 16.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#28DC33 (or 0x28DC33) is known color: Lime Green. HEX triplet: 28, DC and 33. RGB value is (40,220,51). Sum of RGB (Red+Green+Blue) = 40+220+51=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 220 (86.33% from 255 or 70.74% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DC33 is #D723CC. Grayscale: #939393. Windows color (decimal): -14099405 or 3398696. OLE color: 3398696.

HSL color Cylindrical-coordinate representation of color #28DC33: hue angle of 123.67º 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 #28DC33 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 220 51 -
CMYK 0.82 0 0.77 0.14
HSL 123.67º 0.72% 0.51% -
HSV(B) 123.67º 0.82% 0.86% -
XYZ 27.07 51.88 11.72 -
YUV 146.91 73.87 51.74 -
System Red Green Blue C M Y K H S L
Decimal 40 220 51 0.82 0 0.77 0.14 123.67 0.72 0.51
Hex 28 DC 33 52 0 4D E 7C 48 33
Octal 50 334 63 122 0 115 16 174 110 63
Binary 101000 11011100 110011 1010010 0 1001101 1110 1111100 1001000 110011

Color Harmonies of #28DC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DC33

Black with #28DC33

Text Example


Text Example

White with #28DC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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