Html Css Color HEX #28D614 Lime Green

📋 copy color: '#28D614'

red 40 ◦ green 214 ◦ blue 20

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

Shades of Lime Green #28D614

Tints of Lime Green #28D614

RGB

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

 GREEN value IS 214 (83.98% from 255) = 78.1%

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

R = 14.6%
G = 78.1%
B = 7.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#28D614 (or 0x28D614) is known color: Lime Green. HEX triplet: 28, D6 and 14. RGB value is (40,214,20). Sum of RGB (Red+Green+Blue) = 40+214+20=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 214 (83.98% from 255 or 78.10% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 214 - color contains mainly: green. Hex color #28D614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D614 is #D729EB. Grayscale: #8C8C8C. Windows color (decimal): -14100972 or 1365544. OLE color: 1365544.

HSL color Cylindrical-coordinate representation of color #28D614: hue angle of 113.81º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28D614 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 214 20 -
CMYK 0.81 0 0.91 0.16
HSL 113.81º 0.83% 0.46% -
HSV(B) 113.81º 0.91% 0.84% -
XYZ 25.05 48.59 8.72 -
YUV 139.86 60.35 56.77 -
System Red Green Blue C M Y K H S L
Decimal 40 214 20 0.81 0 0.91 0.16 113.81 0.83 0.46
Hex 28 D6 14 51 0 5B 10 72 53 2E
Octal 50 326 24 121 0 133 20 162 123 56
Binary 101000 11010110 10100 1010001 0 1011011 10000 1110010 1010011 101110

Color Harmonies of #28D614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D614

Black with #28D614

Text Example


Text Example

White with #28D614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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