Html Css Color HEX #28D12D Lime Green

📋 copy color: '#28D12D'

red 40 ◦ green 209 ◦ blue 45

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

Shades of Lime Green #28D12D

Tints of Lime Green #28D12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 13.61%
G = 71.09%
B = 15.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#28D12D (or 0x28D12D) is known color: Lime Green. HEX triplet: 28, D1 and 2D. RGB value is (40,209,45). Sum of RGB (Red+Green+Blue) = 40+209+45=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 209 (82.03% from 255 or 71.09% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 209 - color contains mainly: green. Hex color #28D12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D12D is #D72ED2. Grayscale: #8C8C8C. Windows color (decimal): -14102227 or 3002664. OLE color: 3002664.

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

Color convert

RGB 40 209 45 -
CMYK 0.81 0 0.78 0.18
HSL 121.78º 0.68% 0.49% -
HSV(B) 121.78º 0.81% 0.82% -
XYZ 24.15 46.24 10.14 -
YUV 139.77 74.51 56.84 -
System Red Green Blue C M Y K H S L
Decimal 40 209 45 0.81 0 0.78 0.18 121.78 0.68 0.49
Hex 28 D1 2D 51 0 4E 12 7A 44 31
Octal 50 321 55 121 0 116 22 172 104 61
Binary 101000 11010001 101101 1010001 0 1001110 10010 1111010 1000100 110001

Color Harmonies of #28D12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D12D

Black with #28D12D

Text Example


Text Example

White with #28D12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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