#28B92B

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

Shades of Lime Green #28B92B

Tints of Lime Green #28B92B

Color information

#28B92B (or 0x28B92B) is unknown color: approx Lime Green. HEX triplet: 28, B9 and 2B. RGB value is (40,185,43). Sum of RGB (Red+Green+Blue) = 40+185+43=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 185 (72.66% from 255 or 69.03% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 185 - color contains mainly: green. Hex color #28B92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B92B is #D746D4. Grayscale: #7D7D7D. Windows color (decimal): -14108373 or 2865448. OLE color: 2865448.

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

Color convert

RGB4018543-
CMYK0.7800.770.27
HSL121.24º64.44%44.12%-
HSV(B)121.24º78.38%72.55%-
XYZ18.6635.328.12-
YUV125.4681.4667.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 185 (72.66% from 255) = 69.03%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=14.93%
G=69.03%
B=16.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40185430.7800.770.27121.2464.4444.12
Hex28B92B4E04D1B79402c
Octal502715311601153317110054
Binary101000101110011010111001110010011011101111110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,185,43); }

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

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

 a { background-color: rgb(40,185,43); }

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

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

 span { border-color: rgb(40,185,43); }

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