Html Css Color HEX #28D14B Lime Green

📋 copy color: '#28D14B'

red 40 ◦ green 209 ◦ blue 75

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

Shades of Lime Green #28D14B

Tints of Lime Green #28D14B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 64.51%

 BLUE value IS 75 (29.69% from 255) = 23.15%

R = 12.35%
G = 64.51%
B = 23.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#28D14B (or 0x28D14B) is known color: Lime Green. HEX triplet: 28, D1 and 4B. RGB value is (40,209,75). Sum of RGB (Red+Green+Blue) = 40+209+75=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 209 (82.03% from 255 or 64.51% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 209 - color contains mainly: green. Hex color #28D14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D14B is #D72EB4. Grayscale: #8F8F8F. Windows color (decimal): -14102197 or 4968744. OLE color: 4968744.

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

Color convert

RGB 40 209 75 -
CMYK 0.81 0 0.64 0.18
HSL 132.43º 0.68% 0.49% -
HSV(B) 132.43º 0.81% 0.82% -
XYZ 24.95 46.56 14.33 -
YUV 143.19 89.51 54.4 -
System Red Green Blue C M Y K H S L
Decimal 40 209 75 0.81 0 0.64 0.18 132.43 0.68 0.49
Hex 28 D1 4B 51 0 40 12 84 44 31
Octal 50 321 113 121 0 100 22 204 104 61
Binary 101000 11010001 1001011 1010001 0 1000000 10010 10000100 1000100 110001

Color Harmonies of #28D14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D14B

Black with #28D14B

Text Example


Text Example

White with #28D14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,209,75); }

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

background-color css

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

 a { background-color: rgb(40,209,75); }

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

border-color css

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

 span { border-color: rgb(40,209,75); }

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