Html Css Color HEX #28E138 Lime Green

📋 copy color: '#28E138'

red 40 ◦ green 225 ◦ blue 56

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

Shades of Lime Green #28E138

Tints of Lime Green #28E138

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.09%

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

R = 12.46%
G = 70.09%
B = 17.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#28E138 (or 0x28E138) is known color: Lime Green. HEX triplet: 28, E1 and 38. RGB value is (40,225,56). Sum of RGB (Red+Green+Blue) = 40+225+56=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #28E138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E138 is #D71EC7. Grayscale: #969696. Windows color (decimal): -14098120 or 3727656. OLE color: 3727656.

HSL color Cylindrical-coordinate representation of color #28E138: hue angle of 125.19º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E138 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 225 56 -
CMYK 0.82 0 0.75 0.12
HSL 125.19º 0.76% 0.52% -
HSV(B) 125.19º 0.82% 0.88% -
XYZ 28.51 54.59 12.77 -
YUV 150.42 74.71 49.24 -
System Red Green Blue C M Y K H S L
Decimal 40 225 56 0.82 0 0.75 0.12 125.19 0.76 0.52
Hex 28 E1 38 52 0 4B C 7D 4C 34
Octal 50 341 70 122 0 113 14 175 114 64
Binary 101000 11100001 111000 1010010 0 1001011 1100 1111101 1001100 110100

Color Harmonies of #28E138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E138

Black with #28E138

Text Example


Text Example

White with #28E138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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