Html Css Color HEX #28DC3B Lime Green

📋 copy color: '#28DC3B'

red 40 ◦ green 220 ◦ blue 59

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

Shades of Lime Green #28DC3B

Tints of Lime Green #28DC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 12.54%
G = 68.97%
B = 18.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#28DC3B (or 0x28DC3B) is known color: Lime Green. HEX triplet: 28, DC and 3B. RGB value is (40,220,59). Sum of RGB (Red+Green+Blue) = 40+220+59=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DC3B is #D723C4. Grayscale: #949494. Windows color (decimal): -14099397 or 3922984. OLE color: 3922984.

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

Color convert

RGB 40 220 59 -
CMYK 0.82 0 0.73 0.14
HSL 126.33º 0.72% 0.51% -
HSV(B) 126.33º 0.82% 0.86% -
XYZ 27.26 51.95 12.73 -
YUV 147.83 77.87 51.09 -
System Red Green Blue C M Y K H S L
Decimal 40 220 59 0.82 0 0.73 0.14 126.33 0.72 0.51
Hex 28 DC 3B 52 0 49 E 7E 48 33
Octal 50 334 73 122 0 111 16 176 110 63
Binary 101000 11011100 111011 1010010 0 1001001 1110 1111110 1001000 110011

Color Harmonies of #28DC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DC3B

Black with #28DC3B

Text Example


Text Example

White with #28DC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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