Html Css Color HEX #28D014 Lime Green

📋 copy color: '#28D014'

red 40 ◦ green 208 ◦ blue 20

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

Shades of Lime Green #28D014

Tints of Lime Green #28D014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 14.93%
G = 77.61%
B = 7.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#28D014 (or 0x28D014) is known color: Lime Green. HEX triplet: 28, D0 and 14. RGB value is (40,208,20). Sum of RGB (Red+Green+Blue) = 40+208+20=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 208 (81.64% from 255 or 77.61% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 208 - color contains mainly: green. Hex color #28D014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D014 is #D72FEB. Grayscale: #888888. Windows color (decimal): -14102508 or 1364008. OLE color: 1364008.

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

Color convert

RGB 40 208 20 -
CMYK 0.81 0 0.90 0.18
HSL 113.62º 0.82% 0.45% -
HSV(B) 113.62º 0.9% 0.82% -
XYZ 23.56 45.61 8.22 -
YUV 136.34 62.34 59.29 -
System Red Green Blue C M Y K H S L
Decimal 40 208 20 0.81 0 0.90 0.18 113.62 0.82 0.45
Hex 28 D0 14 51 0 5A 12 72 52 2D
Octal 50 320 24 121 0 132 22 162 122 55
Binary 101000 11010000 10100 1010001 0 1011010 10010 1110010 1010010 101101

Color Harmonies of #28D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D014

Black with #28D014

Text Example


Text Example

White with #28D014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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