#28C634

Color #28C634 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #28C634

Tints of Lime Green #28C634

Color information

#28C634 (or 0x28C634) is unknown color: approx Lime Green. HEX triplet: 28, C6 and 34. RGB value is (40,198,52). Sum of RGB (Red+Green+Blue) = 40+198+52=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 198 (77.73% from 255 or 68.28% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 198 - color contains mainly: green. Hex color #28C634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C634 is #D739CB. Grayscale: #868686. Windows color (decimal): -14105036 or 3458600. OLE color: 3458600.

HSL color Cylindrical-coordinate representation of color #28C634: hue angle of 124.56º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C634 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB4019852-
CMYK0.8000.740.22
HSL124.56º66.39%46.67%-
HSV(B)124.56º79.8%77.65%-
XYZ21.6941.0910.04-
YUV134.1181.6560.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.79%
GREEN value IS 198 (77.73% from 255) = 68.28%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=13.79%
G=68.28%
B=17.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal40198520.8000.740.22124.5666.3946.67
Hex28C6345004A167d422f
Octal503066412001122617510257
Binary101000110001101101001010000010010101011011111011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,198,52); }

 H1.HeaderClassName
 {
   color: #28C634;
 }
 .AnyTagClassName
 {
   color: #28C634;
 }
</style>
background-color css

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

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

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

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

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

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