Html Css Color HEX #28D028 Lime Green

📋 copy color: '#28D028'

red 40 ◦ green 208 ◦ blue 40

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

Shades of Lime Green #28D028

Tints of Lime Green #28D028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 13.89%
G = 72.22%
B = 13.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#28D028 (or 0x28D028) is known color: Lime Green. HEX triplet: 28, D0 and 28. RGB value is (40,208,40). Sum of RGB (Red+Green+Blue) = 40+208+40=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 208 (81.64% from 255 or 72.22% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 208 - color contains mainly: green. Hex color #28D028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D028 is #D72FD7. Grayscale: #8B8B8B. Windows color (decimal): -14102488 or 2674728. OLE color: 2674728.

HSL color Cylindrical-coordinate representation of color #28D028: hue angle of 120º 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 #28D028 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 208 40 -
CMYK 0.81 0 0.81 0.18
HSL 120º 0.68% 0.49% -
HSV(B) 120º 0.81% 0.82% -
XYZ 23.81 45.72 9.58 -
YUV 138.62 72.34 57.66 -
System Red Green Blue C M Y K H S L
Decimal 40 208 40 0.81 0 0.81 0.18 120 0.68 0.49
Hex 28 D0 28 51 0 51 12 78 44 31
Octal 50 320 50 121 0 121 22 170 104 61
Binary 101000 11010000 101000 1010001 0 1010001 10010 1111000 1000100 110001

Color Harmonies of #28D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D028

Black with #28D028

Text Example


Text Example

White with #28D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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