Html Css Color HEX #28DD38 Lime Green

📋 copy color: '#28DD38'

red 40 ◦ green 221 ◦ blue 56

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

Shades of Lime Green #28DD38

Tints of Lime Green #28DD38

RGB

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

 GREEN value IS 221 (86.72% from 255) = 69.72%

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 12.62%
G = 69.72%
B = 17.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#28DD38 (or 0x28DD38) is known color: Lime Green. HEX triplet: 28, DD and 38. RGB value is (40,221,56). Sum of RGB (Red+Green+Blue) = 40+221+56=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD38 is #D722C7. Grayscale: #949494. Windows color (decimal): -14099144 or 3726632. OLE color: 3726632.

HSL color Cylindrical-coordinate representation of color #28DD38: hue angle of 125.3º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD38 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 221 56 -
CMYK 0.82 0 0.75 0.13
HSL 125.3º 0.73% 0.51% -
HSV(B) 125.3º 0.82% 0.87% -
XYZ 27.45 52.45 12.42 -
YUV 148.07 76.03 50.92 -
System Red Green Blue C M Y K H S L
Decimal 40 221 56 0.82 0 0.75 0.13 125.3 0.73 0.51
Hex 28 DD 38 52 0 4B D 7D 49 33
Octal 50 335 70 122 0 113 15 175 111 63
Binary 101000 11011101 111000 1010010 0 1001011 1101 1111101 1001001 110011

Color Harmonies of #28DD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DD38

Black with #28DD38

Text Example


Text Example

White with #28DD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,221,56); }

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

background-color css

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

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

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

border-color css

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

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

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