Html Css Color HEX #28E11C Lime Green

📋 copy color: '#28E11C'

red 40 ◦ green 225 ◦ blue 28

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

Shades of Lime Green #28E11C

Tints of Lime Green #28E11C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 76.79%

 BLUE value IS 28 (11.33% from 255) = 9.56%

R = 13.65%
G = 76.79%
B = 9.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#28E11C (or 0x28E11C) is known color: Lime Green. HEX triplet: 28, E1 and 1C. RGB value is (40,225,28). Sum of RGB (Red+Green+Blue) = 40+225+28=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 225 (88.28% from 255 or 76.79% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 225 - color contains mainly: green. Hex color #28E11C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E11C is #D71EE3. Grayscale: #939393. Windows color (decimal): -14098148 or 1892648. OLE color: 1892648.

HSL color Cylindrical-coordinate representation of color #28E11C: hue angle of 116.35º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28E11C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 225 28 -
CMYK 0.82 0 0.88 0.12
HSL 116.35º 0.78% 0.5% -
HSV(B) 116.35º 0.88% 0.88% -
XYZ 28.01 54.39 10.12 -
YUV 147.23 60.71 51.52 -
System Red Green Blue C M Y K H S L
Decimal 40 225 28 0.82 0 0.88 0.12 116.35 0.78 0.5
Hex 28 E1 1C 52 0 58 C 74 4E 32
Octal 50 341 34 122 0 130 14 164 116 62
Binary 101000 11100001 11100 1010010 0 1011000 1100 1110100 1001110 110010

Color Harmonies of #28E11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E11C

Black with #28E11C

Text Example


Text Example

White with #28E11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,225,28); }

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

background-color css

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

 a { background-color: rgb(40,225,28); }

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

border-color css

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

 span { border-color: rgb(40,225,28); }

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