Html Css Color HEX #28D00E Lime Green

📋 copy color: '#28D00E'

red 40 ◦ green 208 ◦ blue 14

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

Shades of Lime Green #28D00E

Tints of Lime Green #28D00E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 79.39%

 BLUE value IS 14 (5.86% from 255) = 5.34%

R = 15.27%
G = 79.39%
B = 5.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#28D00E (or 0x28D00E) is known color: Lime Green. HEX triplet: 28, D0 and 0E. RGB value is (40,208,14). Sum of RGB (Red+Green+Blue) = 40+208+14=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 208 (81.64% from 255 or 79.39% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 208 - color contains mainly: green. Hex color #28D00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D00E is #D72FF1. Grayscale: #888888. Windows color (decimal): -14102514 or 970792. OLE color: 970792.

HSL color Cylindrical-coordinate representation of color #28D00E: hue angle of 111.96º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28D00E is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 208 14 -
CMYK 0.81 0 0.93 0.18
HSL 111.96º 0.87% 0.44% -
HSV(B) 111.96º 0.93% 0.82% -
XYZ 23.51 45.59 7.98 -
YUV 135.65 59.34 59.77 -
System Red Green Blue C M Y K H S L
Decimal 40 208 14 0.81 0 0.93 0.18 111.96 0.87 0.44
Hex 28 D0 E 51 0 5D 12 70 57 2C
Octal 50 320 16 121 0 135 22 160 127 54
Binary 101000 11010000 1110 1010001 0 1011101 10010 1110000 1010111 101100

Color Harmonies of #28D00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D00E

Black with #28D00E

Text Example


Text Example

White with #28D00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,208,14); }

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

background-color css

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

 a { background-color: rgb(40,208,14); }

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

border-color css

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

 span { border-color: rgb(40,208,14); }

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