#28B630

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

Shades of Lime Green #28B630

Tints of Lime Green #28B630

Color information

#28B630 (or 0x28B630) is unknown color: approx Lime Green. HEX triplet: 28, B6 and 30. RGB value is (40,182,48). Sum of RGB (Red+Green+Blue) = 40+182+48=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 182 (71.48% from 255 or 67.41% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 182 - color contains mainly: green. Hex color #28B630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B630 is #D749CF. Grayscale: #7C7C7C. Windows color (decimal): -14109136 or 3192360. OLE color: 3192360.

HSL color Cylindrical-coordinate representation of color #28B630: hue angle of 123.38º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B630 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB4018248-
CMYK0.7800.740.29
HSL123.38º63.96%43.53%-
HSV(B)123.38º78.02%71.37%-
XYZ18.1434.128.43-
YUV124.2784.9667.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.81%
GREEN value IS 182 (71.48% from 255) = 67.41%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=14.81%
G=67.41%
B=17.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40182480.7800.740.29123.3863.9643.53
Hex28B6304E04A1D7b402c
Octal502666011601123517310054
Binary101000101101101100001001110010010101110111110111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,182,48); }

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

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

 a { background-color: rgb(40,182,48); }

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

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

 span { border-color: rgb(40,182,48); }

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