#28C335

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

Shades of Lime Green #28C335

Tints of Lime Green #28C335

Color information

#28C335 (or 0x28C335) is unknown color: approx Lime Green. HEX triplet: 28, C3 and 35. RGB value is (40,195,53). Sum of RGB (Red+Green+Blue) = 40+195+53=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 195 (76.56% from 255 or 67.71% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 195 - color contains mainly: green. Hex color #28C335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C335 is #D73CCA. Grayscale: #848484. Windows color (decimal): -14105803 or 3523368. OLE color: 3523368.

HSL color Cylindrical-coordinate representation of color #28C335: hue angle of 125.03º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C335 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB4019553-
CMYK0.7900.730.24
HSL125.03º65.96%46.08%-
HSV(B)125.03º79.49%76.47%-
XYZ21.0339.749.93-
YUV132.4783.1562.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 195 (76.56% from 255) = 67.71%
BLUE value IS 53 (21.09% from 255) = 18.40%
R=13.89%
G=67.71%
B=18.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40195530.7900.730.24125.0365.9646.08
Hex28C3354F049187d422e
Octal503036511701113017510256
Binary101000110000111101011001111010010011100011111011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,195,53); }

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

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

 a { background-color: rgb(40,195,53); }

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

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

 span { border-color: rgb(40,195,53); }

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