Html Css Color HEX #28B138 Lime Green

📋 copy color: '#28B138'

red 40 ◦ green 177 ◦ blue 56

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

Shades of Lime Green #28B138

Tints of Lime Green #28B138

RGB

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

 GREEN value IS 177 (69.53% from 255) = 64.84%

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

R = 14.65%
G = 64.84%
B = 20.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#28B138 (or 0x28B138) is known color: Lime Green. HEX triplet: 28, B1 and 38. RGB value is (40,177,56). Sum of RGB (Red+Green+Blue) = 40+177+56=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 177 (69.53% from 255 or 64.84% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 177 - color contains mainly: green. Hex color #28B138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B138 is #D74EC7. Grayscale: #7A7A7A. Windows color (decimal): -14110408 or 3715368. OLE color: 3715368.

HSL color Cylindrical-coordinate representation of color #28B138: hue angle of 127.01º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B138 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 177 56 -
CMYK 0.77 0 0.68 0.31
HSL 127.01º 0.63% 0.43% -
HSV(B) 127.01º 0.77% 0.69% -
XYZ 17.31 32.18 9.04 -
YUV 122.24 90.61 69.34 -
System Red Green Blue C M Y K H S L
Decimal 40 177 56 0.77 0 0.68 0.31 127.01 0.63 0.43
Hex 28 B1 38 4D 0 44 1F 7F 3F 2B
Octal 50 261 70 115 0 104 37 177 77 53
Binary 101000 10110001 111000 1001101 0 1000100 11111 1111111 111111 101011

Color Harmonies of #28B138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B138

Black with #28B138

Text Example


Text Example

White with #28B138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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